salix/modules/client/back/models/contact-channel.json

20 lines
309 B
JSON
Raw Normal View History

{
2017-05-11 12:19:43 +00:00
"name": "ContactChannel",
2017-10-11 13:36:47 +00:00
"base": "VnModel",
"options": {
"mysql": {
"table": "contactChannel"
}
},
"properties": {
"id": {
"type": "Number",
"id": true,
"description": "Identifier"
},
"name": {
"type": "string",
"required": true
}
2017-10-11 13:36:47 +00:00
}
}