completionId: cgen-9154af170710432593fffd5bd89bbc90

cgen-9154af170710432593fffd5bd89bbc90
This commit is contained in:
Builder.io 2025-11-11 03:03:47 +00:00
parent b548246671
commit 35fb1b11b1

View file

@ -9,6 +9,7 @@ CREATE TABLE IF NOT EXISTS staff_members (
position TEXT,
department TEXT,
phone TEXT,
location TEXT,
avatar_url TEXT,
role TEXT DEFAULT 'employee' CHECK (role IN ('owner', 'admin', 'founder', 'staff', 'employee')),
is_active BOOLEAN DEFAULT true,