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/fields/rangeInt.json
T
2015-09-03 15:59:13 +03:00

22 lines
309 B
JSON

{
"actualFields": [
"from",
"to"
],
"fields": {
"from": {
"type": "int"
},
"to": {
"type": "int"
}
},
"naming": "prefix",
"mergable": false,
"notCreatable": true,
"filter": false,
"fieldDefs": {
"notStorable": true
}
}