23 lines
384 B
JSON
23 lines
384 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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|