api/.sqlx/query-5a65288ceaee7044d547a...

13 lines
547 B
JSON
Raw Normal View History

2023-08-20 12:30:11 +00:00
{
"db_name": "PostgreSQL",
"query": "\n CREATE TABLE IF NOT EXISTS Projects (\n id SERIAL8 NOT NULL,\n name VARCHAR(32) NOT NULL,\n desription TEXT,\n created TIMESTAMP NOT NULL,\n members BIGINT[][] NOT NULL,\n PRIMARY KEY(id)\n );\n ",
"describe": {
"columns": [],
"parameters": {
"Left": []
},
"nullable": []
},
"hash": "5a65288ceaee7044d547a04600d50408249ae7f03356121968abf1039407ec3e"
}