mirror of
https://github.com/kristoferssolo/Axium.git
synced 2025-10-21 16:00:34 +00:00
38 lines
814 B
JSON
38 lines
814 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO apikeys (key_hash, description, expiration_date, user_id) \n VALUES ($1, $2, $3, $4)\n RETURNING id, description, expiration_date\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Uuid"
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "description",
|
|
"type_info": "Varchar"
|
|
},
|
|
{
|
|
"ordinal": 2,
|
|
"name": "expiration_date",
|
|
"type_info": "Date"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Varchar",
|
|
"Varchar",
|
|
"Date",
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false,
|
|
true,
|
|
true
|
|
]
|
|
},
|
|
"hash": "f3654562dce962a55cddfaf8522f67cfa234572488f521d7b96106adde48651c"
|
|
}
|