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.
17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO audit_logs (actor_id, action, created_at) VALUES ($1, $2, $3)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int2",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "df87a99e226f17ea5977310f2150d9966c88f1406621e680097e9b1315332696"
|
|
}
|