Working on adding docker stuff
This commit is contained in:
24
.sqlx/query-48f9486fca42de11da150154e3713779c9062b9c0ba59dfb4f2781dbfcd50997.json
generated
Normal file
24
.sqlx/query-48f9486fca42de11da150154e3713779c9062b9c0ba59dfb4f2781dbfcd50997.json
generated
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"db_name": "MySQL",
|
||||
"query": "SELECT interval_months AS months FROM reminders WHERE uid = ?",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "months",
|
||||
"type_info": {
|
||||
"type": "Long",
|
||||
"flags": "UNSIGNED",
|
||||
"max_size": 10
|
||||
}
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 1
|
||||
},
|
||||
"nullable": [
|
||||
true
|
||||
]
|
||||
},
|
||||
"hash": "48f9486fca42de11da150154e3713779c9062b9c0ba59dfb4f2781dbfcd50997"
|
||||
}
|
Reference in New Issue
Block a user