mirror of
https://github.com/supleed2/cch23-8bit.git
synced 2024-11-10 03:35:47 +00:00
13 lines
381 B
JSON
13 lines
381 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "create table orders (\n id INT PRIMARY KEY,\n region_id INT,\n gift_name VARCHAR(50),\n quantity INT\n )",
|
||
|
"describe": {
|
||
|
"columns": [],
|
||
|
"parameters": {
|
||
|
"Left": []
|
||
|
},
|
||
|
"nullable": []
|
||
|
},
|
||
|
"hash": "a85986b4dd4eb8c6e86b01ad38d0b9558d5519d218ee25a6a3bb64d0c6f49c61"
|
||
|
}
|