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/ArrayValue.json
T
Yuri Kuznetsov e2bd509aeb hooksDisabled
2024-03-02 18:51:18 +02:00

26 lines
535 B
JSON

{
"fields": {
"value": {
"type": "varchar",
"required": true,
"maxLength": 100
},
"entity": {
"type": "linkParent"
},
"attribute": {
"type": "varchar",
"maxLength": 100
}
},
"indexes": {
"entityTypeValue": {
"columns": ["entityType", "value"]
},
"entityValue": {
"columns": ["entityType", "entityId", "value"]
}
},
"hooksDisabled": true
}