mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-25 02:01:03 +00:00
12 lines
270 B
JSON
12 lines
270 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "ALTER TABLE subscriptions DROP COLUMN email;",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "aa6ec2d18c8536eb8340bdf02a833440ff7954c503133ed99ebd6190822edf04"
|
|
}
|