5b7160fe44
Job Collector * createstructure * mostupdatevalidation * repocollectorupdate * updateoutline * updatevalidation * scriptupdate * cleanupdockerignore * update * collectorupdateapi
5 lines
147 B
SQL
5 lines
147 B
SQL
CREATE TABLE documents (
|
|
id uuid primary key DEFAULT gen_random_uuid(),
|
|
jobId uuid not null,
|
|
foreign key (jobId) references jobs(id)
|
|
); |