51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"db_name": "SQLite",
|
||
|
|
"query": "SELECT id as \"id!: Uuid\",\n name,\n dev_script,\n remote_project_id as \"remote_project_id: Uuid\",\n created_at as \"created_at!: DateTime<Utc>\",\n updated_at as \"updated_at!: DateTime<Utc>\"\n FROM projects\n WHERE remote_project_id = $1\n LIMIT 1",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"name": "id!: Uuid",
|
||
|
|
"ordinal": 0,
|
||
|
|
"type_info": "Blob"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "name",
|
||
|
|
"ordinal": 1,
|
||
|
|
"type_info": "Text"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "dev_script",
|
||
|
|
"ordinal": 2,
|
||
|
|
"type_info": "Text"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "remote_project_id: Uuid",
|
||
|
|
"ordinal": 3,
|
||
|
|
"type_info": "Blob"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "created_at!: DateTime<Utc>",
|
||
|
|
"ordinal": 4,
|
||
|
|
"type_info": "Text"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "updated_at!: DateTime<Utc>",
|
||
|
|
"ordinal": 5,
|
||
|
|
"type_info": "Text"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Right": 1
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
true,
|
||
|
|
false,
|
||
|
|
true,
|
||
|
|
true,
|
||
|
|
false,
|
||
|
|
false
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "4e7ef1b4c55cd0651e3c1f0535dbc29ad857c3fc7ec80d0ce5cb9bf097ea6490"
|
||
|
|
}
|