-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsqlx-data.json
More file actions
13 lines (13 loc) · 898 Bytes
/
sqlx-data.json
File metadata and controls
13 lines (13 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"db": "MySQL",
"0292fbd93de3cafa362feeecebe9a1caa5f6202116b32b0529401e949bbf8618": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 19
}
},
"query": "\n INSERT INTO registrants\n (email,\n first_name,\n last_name,\n gender,\n phone,\n country,\n school,\n level_of_study,\n minor,\n age,\n tshirt,\n driving,\n discord_tag,\n reimbursement,\n reimbursement_amount,\n reimbursement_desc,\n reimbursement_strict,\n accommodations,\n dietary_restrictions)\n VALUES\n (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\n RETURNING\n id\n "
}
}