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/Autofollow.json
T
Yuri Kuznetsov 0a4a3938fb foreign id usage
2023-02-07 18:39:07 +02:00

18 lines
323 B
JSON

{
"fields": {
"id": {
"type": "id",
"dbType": "integer",
"autoincrement": true
},
"entityType": {
"type": "varchar",
"maxLength": 100,
"index": true
},
"user": {
"type": "link"
}
}
}