Prepare sqlx for offline checks
This commit is contained in:
parent
71c1432fd1
commit
d8dcc7099d
27 changed files with 628 additions and 0 deletions
12
.sqlx/query-58ffe28b8a8e1f49742948e71a752faf6b5a9f74cd3c740da81a23685c011b68.json
generated
Normal file
12
.sqlx/query-58ffe28b8a8e1f49742948e71a752faf6b5a9f74cd3c740da81a23685c011b68.json
generated
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "INSERT INTO sales_person (id, name, inactive, deleted, update_version, update_process) VALUES (?, ?, ?, ?, ?, ?)",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 6
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "58ffe28b8a8e1f49742948e71a752faf6b5a9f74cd3c740da81a23685c011b68"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue