Open Lelouch1 opened 2 years ago
This is not supported yet. It was also requested here. I am still working on this
@toluaina Thank you, I'll be waiting
@toluaina hi, saw the new release, do you solved the problem? thx:)
Hi! Discover same error when try to add children from same table. Want to make flat architecture from inheritance with adjacency list schema
{
"label": "children",
"table": "same_table",
"columns": [
"id",
"detail"
],
"relationship": {
"type": "one_to_many",
"variant": "object",
"foreign_key": {
"child": [
"parent_id"
],
"parent": [
"id"
]
}
}
}
@toluaina May bee I can help you, if you look at this code fix example: But still it wont track update parent if new child was added
Hello, tell me please does it support adjacency list in schema definition? It looks like in same table, we have parent id, which refers to an id in the same table.
i try'd like this, but something went wrong...