updates from feedback

This commit is contained in:
2024-11-25 21:54:39 -06:00
parent e9d54a83f5
commit 4d89ca3ca5
20 changed files with 487 additions and 59 deletions

View File

@ -0,0 +1,64 @@
{
"db_name": "MySQL",
"query": "SELECT * FROM users WHERE discord_id = ?",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": {
"type": "LongLong",
"flags": "NOT_NULL | PRIMARY_KEY | UNSIGNED | AUTO_INCREMENT",
"max_size": 20
}
},
{
"ordinal": 1,
"name": "discord_id",
"type_info": {
"type": "VarString",
"flags": "NOT_NULL | UNIQUE_KEY | NO_DEFAULT_VALUE",
"max_size": 1020
}
},
{
"ordinal": 2,
"name": "actions_allowed",
"type_info": {
"type": "Tiny",
"flags": "",
"max_size": 4
}
},
{
"ordinal": 3,
"name": "about",
"type_info": {
"type": "Blob",
"flags": "BLOB",
"max_size": 262140
}
},
{
"ordinal": 4,
"name": "pronouns",
"type_info": {
"type": "VarString",
"flags": "",
"max_size": 1020
}
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false,
true,
true,
true
]
},
"hash": "470f9eb401d38f59e069814bfcc766716527c8ed539c9cc4b8f2646fdcfee83d"
}