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/Subscription.json
T
Yuri Kuznetsov c78f84650c fix dbType
2023-03-29 08:05:59 +03:00

21 lines
382 B
JSON

{
"fields": {
"id": {
"type": "id",
"dbType": "bigint",
"autoincrement": true
},
"entity": {
"type": "linkParent"
},
"user": {
"type": "link"
}
},
"indexes": {
"userEntity": {
"columns": ["userId", "entityId", "entityType"]
}
}
}