14 lines
310 B
JSON
14 lines
310 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO users (user_id) VALUES ($1) ON CONFLICT DO NOTHING",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "1d6ffd9d99f7b9a7520d30638e4275525f2ccc4312dc790a6859451811ab66b6"
|
|
}
|