mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 16:44:07 +00:00
26 lines
544 B
JSON
26 lines
544 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT state FROM direct_media_upload_slots WHERE attachment_id = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "state",
|
|
"ordinal": 0,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "direct_media_upload_slots",
|
|
"name": "state"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "e4de0df8339d2993da31717738cb55789f8f7388b1b8d66677f62ac3ea8d973d"
|
|
}
|