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
2020-08-31 12:07:55 +03:00

23 lines
441 B
JSON

{
"fields": {
"entityType": {
"type": "varchar",
"index": true,
"maxLength": 100
},
"fieldName": {
"type": "varchar",
"maxLength": 100
},
"value": {
"type": "int",
"default": 1
}
},
"indexes": {
"entityTypeFieldName": {
"columns": ["entityType", "fieldName"]
}
}
}