This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/entityDefs/PhoneNumber.json
T
2014-10-20 11:13:16 +03:00

20 lines
321 B
JSON

{
"fields": {
"name": {
"type": "varchar",
"required": true,
"maxLength": 36,
"index": true
},
"type": {
"type": "enum"
}
},
"links": {
},
"collection": {
"sortBy": "name",
"asc": true
}
}