prepare sqlx
This commit is contained in:
parent
68c818dfdf
commit
282384116c
5 changed files with 113 additions and 0 deletions
|
|
@ -42,6 +42,11 @@
|
|||
"ordinal": 7,
|
||||
"name": "title_id",
|
||||
"type_info": "Varchar"
|
||||
},
|
||||
{
|
||||
"ordinal": 8,
|
||||
"name": "account_level",
|
||||
"type_info": "Int4"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
|
@ -59,6 +64,7 @@
|
|||
false,
|
||||
false,
|
||||
false,
|
||||
true,
|
||||
true
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue