This issue gathers some syntax ideas to alter an existing property graph.
This is specified in the SQL/PGQ standard: 11.20 <alter property graph statement>
Please double-check that the proposed queries here adhere to the standard before implementing this.
ALTER PROPERTY GRAPH <property_graph> ADD VERTEX TABLES (CUSTOMER)
ALTER PROPERTY GRAPH <property_graph> ADD EDGE TABLES (KNOWS, STUDIES_AT)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue gathers some syntax ideas to alter an existing property graph.
This is specified in the SQL/PGQ standard:
11.20 <alter property graph statement>
Please double-check that the proposed queries here adhere to the standard before implementing this.