Files
espocrm/custom/Espo/Custom/Resources/metadata/entityDefs/CAICollectionCDokumente.json

66 lines
1.5 KiB
JSON

{
"fields": {
"id": {
"type": "id",
"dbType": "bigint",
"autoincrement": true,
"notStorable": false
},
"cAICollections": {
"type": "link"
},
"cAICollectionsId": {
"type": "varchar",
"len": 17,
"index": true
},
"cAICollectionsName": {
"type": "varchar",
"notStorable": true,
"relation": "cAICollections",
"isLinkStub": true
},
"cDokumente": {
"type": "link"
},
"cDokumenteId": {
"type": "varchar",
"len": 17,
"index": true
},
"cDokumenteName": {
"type": "varchar",
"notStorable": true,
"relation": "cDokumente",
"isLinkStub": true
},
"syncId": {
"type": "varchar",
"len": 255,
"isCustom": true
},
"deleted": {
"type": "bool",
"default": false
}
},
"links": {
"cAICollections": {
"type": "belongsTo",
"entity": "CAICollections",
"key": "cAICollectionsId",
"foreignKey": "id"
},
"cDokumente": {
"type": "belongsTo",
"entity": "CDokumente",
"key": "cDokumenteId",
"foreignKey": "id"
}
},
"collection": {
"orderBy": "id",
"order": "desc"
}
}