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

35 lines
731 B
JSON

{
"fields": {
"order": {
"type": "int",
"dbType": "smallint"
},
"entity": {
"type": "linkParent"
},
"group": {
"type": "varchar",
"maxLength": 100
},
"user": {
"type": "link"
}
},
"links": {
"entity": {
"type": "belongsToParent"
}
},
"indexes": {
"entityUserId": {
"columns": ["entityType", "entityId", "userId"]
},
"entityType": {
"columns": ["entityType"]
},
"entityTypeUserId": {
"columns": ["entityType", "userId"]
}
}
}