20 lines
451 B
JSON
20 lines
451 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO skills (id, workspace_id, title, name, author, description, body)\n VALUES ($1, $2, $3, $3, $4, $5, $6)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid",
|
|
"Uuid",
|
|
"Text",
|
|
"Text",
|
|
"Text",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "c5f7f433a4f4b9ebbd449af7ff7ce7cf7a6703ce73e84c54f8c03ee08f662c80"
|
|
}
|