18 lines
259 B
JSON
18 lines
259 B
JSON
{
|
|
"Tables": [
|
|
{
|
|
"Name": "users",
|
|
"Type": "User",
|
|
"NoDelete": true,
|
|
"Columns": [
|
|
{
|
|
"Name": "UserID",
|
|
"Type": "string",
|
|
"SqlName": "user_id",
|
|
"PK": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|