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

28 lines
589 B
JSON

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