completionId: cgen-9154af170710432593fffd5bd89bbc90
cgen-9154af170710432593fffd5bd89bbc90
This commit is contained in:
parent
b548246671
commit
35fb1b11b1
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue