prepare sqlx

This commit is contained in:
Andrea Toska 2025-05-15 22:30:05 +02:00
commit 282384116c
No known key found for this signature in database
GPG key ID: 5B3C83807CCBE9A2
5 changed files with 113 additions and 0 deletions

View file

@ -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
]
},