45 lines
928 B
JSON
45 lines
928 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n\t\t\tSELECT world_type, world_id, display_status, project_id, content_kind\n\t\t\tFROM attached_world_data\n\t\t\tWHERE instance_id = ?\n\t\t\t",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "world_type",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "world_id",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "display_status",
|
|
"ordinal": 2,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "project_id",
|
|
"ordinal": 3,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "content_kind",
|
|
"ordinal": 4,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false,
|
|
true,
|
|
true
|
|
]
|
|
},
|
|
"hash": "bc1aeb495ae53607e0e74e000af911bd93f57ba4a57d847d585c6189779409c7"
|
|
}
|