Archived
2
0

Simplify database field verification

This commit is contained in:
2025-01-31 20:34:24 +02:00
parent ded4a521d9
commit fa48ca6ffa
43 changed files with 1062 additions and 171 deletions
@@ -0,0 +1,12 @@
{
"db_name": "MySQL",
"query": "INSERT INTO Users (name, email, password, last_used, created_at, updated_at) VALUES (?, ?, ?, ?, ?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 6
},
"nullable": []
},
"hash": "daf98e6f1013c4993f7329f6fa690e92bccd89d1ff90131719c40626088dabd1"
}