Files
komp_ac/server/.sqlx/query-3adac56bb53ad25d03352a6e75cab29f8a1b4620e528a16831b7a61135ccb746.json
2025-03-02 08:01:47 +01:00

19 lines
449 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO table_definitions\n (profile_id, table_name, columns, indexes, linked_table_id)\n VALUES ($1, $2, $3, $4, $5)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Text",
"Jsonb",
"Jsonb",
"Int8"
]
},
"nullable": []
},
"hash": "3adac56bb53ad25d03352a6e75cab29f8a1b4620e528a16831b7a61135ccb746"
}