2022-03-31 07:18:18 +00:00
|
|
|
{
|
|
|
|
"name": "EducationLevel",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "educationLevel"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"id": true,
|
2022-03-31 08:54:30 +00:00
|
|
|
"type": "number"
|
2022-03-31 07:18:18 +00:00
|
|
|
},
|
|
|
|
"name": {
|
2022-03-31 08:54:30 +00:00
|
|
|
"type": "string"
|
2022-03-31 07:18:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|