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

30 lines
562 B
JSON

{
"fields": {
"id": {
"type": "id",
"dbType": "bigint",
"autoincrement": true
},
"entity": {
"type": "linkParent"
},
"import": {
"type": "link"
},
"isImported": {
"type": "bool"
},
"isUpdated": {
"type": "bool"
},
"isDuplicate": {
"type": "bool"
}
},
"indexes": {
"entityImport": {
"columns": ["importId", "entityType"]
}
}
}