Files
espocrm/application/Espo/Resources/metadata/entityDefs/ArrayValue.json
2026-01-19 17:46:06 +01:00

26 lines
560 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
}