Replies: 2 comments
-
|
I don't think renaming properties is supported. You may need to create a new property and move via update. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Schema in ArcadeDB is detached from the actual database data. You can drop a property from the schema, but the records wouldn't be changed. In a RDBMS if you drop a column, you change the schema + remove that column from the table. So what @gramian is suggesting is right: you can just drop a property and create a new one with the same name. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to rename a property of a Vertex Type , but didn't find any solution on the document. Either it is not in the documentation or I missed it. Please help me how can I rename for both the Type (Vertex and Edge).
Beta Was this translation helpful? Give feedback.
All reactions