mirror of https://github.com/synctv-org/synctv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
520 B
JSON
20 lines
520 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO users (\n id, username, signup_method, role,\n created_at, updated_at\n )\n VALUES ($1, $2, $3, $4, $5, $6)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Varchar",
|
|
"Int2",
|
|
"Int2",
|
|
"Timestamptz",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "906e62f74297b2f906043c0255a07252698d6340805dedc1d1cc30ecb5d6fbb1"
|
|
}
|