mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
17 lines
368 B
JSON
17 lines
368 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO user_activity (created_at, server_id, arch) VALUES ($1, $2, $3)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Timestamptz",
|
|
"Varchar",
|
|
"Varchar"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "bc9382d34bf93f468c64d0d02613452e7a69768da179e78479cd35ee42b493ae"
|
|
}
|