Add new migration for new queries
This commit is contained in:
parent
d48c97edac
commit
0eb885216a
8 changed files with 114 additions and 40 deletions
12
.sqlx/query-15ecb6bb29c5900512473ffc7eef7b8f550e0190c847e6ada82a4f7a4cc5ea23.json
generated
Normal file
12
.sqlx/query-15ecb6bb29c5900512473ffc7eef7b8f550e0190c847e6ada82a4f7a4cc5ea23.json
generated
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "INSERT INTO sales_person (id, name, background_color, is_paid, inactive, deleted, update_version, update_process) VALUES (?, ?, ?, ?, ?, ?, ?, ?)",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 8
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "15ecb6bb29c5900512473ffc7eef7b8f550e0190c847e6ada82a4f7a4cc5ea23"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue