27 lines
414 B
JSON
Executable File
27 lines
414 B
JSON
Executable File
{
|
|
"table":"users",
|
|
"type":"entity",
|
|
"id":{
|
|
"id":{
|
|
"type":"string",
|
|
"generator":{
|
|
"strategy":"UUID"
|
|
}
|
|
}
|
|
},
|
|
"fields":{
|
|
"username":{
|
|
"type":"string(30)"
|
|
},
|
|
"password":{
|
|
"type":"string(255)"
|
|
},
|
|
"isAdmin":{
|
|
"type":"boolean",
|
|
"options":{
|
|
"default":0
|
|
}
|
|
}
|
|
}
|
|
}
|