34 lines
658 B
JSON
34 lines
658 B
JSON
{
|
|
"Tables": [
|
|
{
|
|
"Name": "users",
|
|
"Type": "User",
|
|
"NoDelete": true,
|
|
"Columns": [
|
|
{
|
|
"Name": "UserID",
|
|
"Type": "string",
|
|
"SqlName": "user_id",
|
|
"PK": true
|
|
}, {
|
|
"Name": "Email",
|
|
"Type": "string",
|
|
"SqlName": "email",
|
|
"NoUpdate": true
|
|
}, {
|
|
"Name": "Name",
|
|
"Type": "string",
|
|
"SqlName": "name",
|
|
"NoInsert": true
|
|
}, {
|
|
"Name": "Admin",
|
|
"Type": "bool",
|
|
"SqlName": "admin",
|
|
"NoInsert": true,
|
|
"NoUpdate": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|