[Feature request] ALTER REL TABLE GROUP
: Add FROM ... TO ...
statement
#2929
Replies: 5 comments
-
One more clarification: Given CREATE REL TABLE GROUP Knows (FROM User To User, FROM User to City, year INT64); What I'd like to have is an
|
Beta Was this translation helpful? Give feedback.
-
Hi, may I know if there is any update yet? |
Beta Was this translation helpful? Give feedback.
-
I'd also be interested in this as I am merging multiple database into new ones over time. Recreating group relationship tables is quite an effort. |
Beta Was this translation helpful? Give feedback.
-
Hi @ubmarco and @sapalli2989, this is being worked on actively by @andyfengHKU and @ray6080. I recommend tracking and subscribing to #3627 to keep updated on the progress. Basically, we will unify the |
Beta Was this translation helpful? Give feedback.
-
I'm closing this discussion as we have #3627 to carry on this conversation. |
Beta Was this translation helpful? Give feedback.
-
It would be nice, if we could add additional node table pairs via
FROM ... TO
after creation of aREL TABLE GROUP
relationship table. For example you need to alter database schema in the course of app progress. Or imagine an app, that allows structured, user-generated content via some kind of plugin system. This requires users to create additional tables. These tables might need to have relations to other tables. Some of these relations might have been instantiated viaREL TABLE GROUP
. Vice versa, same goes forDROP
. Currently there is noALTER
in combination with manipulation ofFROM ... TO
afterwards. At least I couldn't find it in below resources:https://kuzudb.com/docusaurus/cypher/data-definition/create-table#create-rel-table-group
https://kuzudb.com/docusaurus/cypher/data-definition/alter/
Beta Was this translation helpful? Give feedback.
All reactions