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.
23 lines
637 B
JSON
23 lines
637 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO audit_logs (\n actor_id, actor_username, action, target_type, target_id,\n details, ip_address, user_agent, created_at\n ) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Varchar",
|
|
"Int2",
|
|
"Int2",
|
|
"Varchar",
|
|
"Jsonb",
|
|
"Text",
|
|
"Text",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "d4e11a34e4397cc56706920d56ae30225d6bf4565a58c801551d23062d5c2e7d"
|
|
}
|