mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-23 12:14:07 +00:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT message_id AS \"message_id!: String\", content AS \"content: String\",\n additional_message_data AS \"data: Vec<u8>\", created_at AS \"created_at!: i64\"\n FROM messages WHERE type = 'text'",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "message_id!: String",
|
|
"ordinal": 0,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "messages",
|
|
"name": "message_id"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "content: String",
|
|
"ordinal": 1,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "messages",
|
|
"name": "content"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "data: Vec<u8>",
|
|
"ordinal": 2,
|
|
"type_info": "Blob",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "messages",
|
|
"name": "additional_message_data"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "created_at!: i64",
|
|
"ordinal": 3,
|
|
"type_info": "Integer",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "messages",
|
|
"name": "created_at"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false,
|
|
true,
|
|
true,
|
|
false
|
|
]
|
|
},
|
|
"hash": "8b5cf3984e457319657888e04e5fd3f287b1d8507c4d759c1fc97be01cb9872c"
|
|
}
|