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.
33 lines
849 B
JSON
33 lines
849 B
JSON
|
2 months ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "\n INSERT INTO audit_logs (\n actor_username,\n action,\n target_type,\n target_id,\n created_at\n )\n VALUES ($1, $2, $3, $4, $5)\n RETURNING id AS \"id!\"\n ",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"ordinal": 0,
|
||
|
|
"name": "id!",
|
||
|
|
"type_info": "Int8",
|
||
|
|
"origin": {
|
||
|
|
"Table": {
|
||
|
|
"table": "audit_logs",
|
||
|
|
"name": "id"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Varchar",
|
||
|
|
"Int2",
|
||
|
|
"Int2",
|
||
|
|
"Varchar",
|
||
|
|
"Timestamptz"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
false
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "6eece3738ac7f2dbcfe2ed63a0c16e5aeee5e37ab1783eb4a8aef3e302cfda5c"
|
||
|
|
}
|