5b7160fe44
Job Collector * createstructure * mostupdatevalidation * repocollectorupdate * updateoutline * updatevalidation * scriptupdate * cleanupdockerignore * update * collectorupdateapi
6 lines
162 B
SQL
6 lines
162 B
SQL
CREATE TABLE clients (
|
|
id uuid primary key DEFAULT gen_random_uuid(),
|
|
name TEXT not null,
|
|
canSync boolean not null default false,
|
|
UNIQUE (name)
|
|
); |