We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33bd74 commit 2aac3c3Copy full SHA for 2aac3c3
postgres/initdb.sql
@@ -18,11 +18,11 @@ CREATE TABLE IF NOT EXISTS projects (
18
project_details varchar,
19
project_id varchar,
20
project_type int,
21
- project_type_specifics json,
22
required_results int,
23
result_count int,
24
status varchar,
25
verification_number int,
+ project_type_specifics json,
26
PRIMARY KEY(project_id)
27
);
28
0 commit comments