51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"db_name": "SQLite",
|
||
|
|
"query": "SELECT id as \"id!: Uuid\",\n attempt_id as \"attempt_id!: Uuid\",\n repo_id as \"repo_id!: Uuid\",\n target_branch,\n created_at as \"created_at!: DateTime<Utc>\",\n updated_at as \"updated_at!: DateTime<Utc>\"\n FROM attempt_repos\n WHERE attempt_id = $1",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"name": "id!: Uuid",
|
||
|
|
"ordinal": 0,
|
||
|
|
"type_info": "Blob"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "attempt_id!: Uuid",
|
||
|
|
"ordinal": 1,
|
||
|
|
"type_info": "Blob"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "repo_id!: Uuid",
|
||
|
|
"ordinal": 2,
|
||
|
|
"type_info": "Blob"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "target_branch",
|
||
|
|
"ordinal": 3,
|
||
|
|
"type_info": "Text"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"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,
|
||
|
|
false,
|
||
|
|
false,
|
||
|
|
false,
|
||
|
|
false
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "7e319778faa593b7a88ad15e68ef86bf4e3ebc46e6cd0bc23238b8fc289a1ab3"
|
||
|
|
}
|