All checks were successful
Frontend CI / build (push) Successful in 1m9s
### Description - `.sqlx` should be check into version control system because it is required when rust compiling if there is no available online sql server. ### Package Changes _No response_ ### Screenshots _No response_ ### Reference __NO_ISSUE__ ### Checklist - [x] A milestone is set - [ ] The related issuse has been linked to this branch Reviewed-on: #99 Co-authored-by: SquidSpirit <squid@squidspirit.com> Co-committed-by: SquidSpirit <squid@squidspirit.com>
23 lines
481 B
JSON
23 lines
481 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO image (mime_type)\n VALUES ($1)\n RETURNING id\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int4"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Varchar"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "715922e4ffa6881f23ea890ebf77abd86937c3f4fe606572156a29d4441028e9"
|
|
}
|