30 lines
591 B
JSON
30 lines
591 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"]
|
|
}
|
|
}
|
|
}
|