13 lines
569 B
JSON
13 lines
569 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n CREATE TABLE IF NOT EXISTS Projects (\n id SERIAL8 NOT NULL,\n name VARCHAR(32) NOT NULL,\n description TEXT NOT NULL,\n created TIMESTAMP NOT NULL,\n members BIGINT[] NOT NULL,\n PRIMARY KEY(id)\n );\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "12a6fa98cf544f2aad6c2fcf6f2b895ddf17ef53fd6dfd8d7373ad8e4cdfcb1e"
|
|
}
|