31 lines
622 B
JSON
31 lines
622 B
JSON
{
|
|
"name": "UserTableConfiguration",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "salix.userTableConfiguration"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"id": true,
|
|
"type": "Number",
|
|
"required": true
|
|
},
|
|
"tableCode": {
|
|
"type": "String",
|
|
"required": true
|
|
},
|
|
"configuration": {
|
|
"type": "String"
|
|
}
|
|
},
|
|
"relations": {
|
|
"worker": {
|
|
"type": "belongsTo",
|
|
"model": "Worker",
|
|
"foreignKey": "workerFk"
|
|
}
|
|
}
|
|
}
|