Dear sirs, please, For what additionalTables are used for ?
"additionalTables": {
"{entityType}Path": {
"attributes": {
"id": {
"type": "id",
"dbType": "integer",
"len": 11,
"autoincrement": true,
"unique" : true
},
"ascendorId": {
"type": "foreignId",
"index": true
},
"descendorId": {
"type": "foreignId",
"index": true
}
}
}
}
"additionalTables": {
"{entityType}Path": {
"attributes": {
"id": {
"type": "id",
"dbType": "integer",
"len": 11,
"autoincrement": true,
"unique" : true
},
"ascendorId": {
"type": "foreignId",
"index": true
},
"descendorId": {
"type": "foreignId",
"index": true
}
}
}
}
Comment