{
    "name": "EducationLevel",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "educationLevel"
        }
    },
    "properties": {
        "id": {
            "id": true,
            "type": "number"
        },
        "name": {
            "type": "string"
        }
    }
}