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/NextNumber.json
T
2016-06-09 12:47:17 +03:00

16 lines
263 B
JSON

{
"fields": {
"entityType": {
"type": "varchar",
"index": true
},
"fieldName": {
"type": "varchar"
},
"value": {
"type": "int",
"default": 1
}
}
}