Replies: 1 comment
-
|
Our current syntax was inherited from OrientDB for properties, but I like the one you propose. It could be confusing having both commands (the current one must be left for backward compatibility with ArcadeDB and OrientDB) |
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 was wondering about the syntax of the
CREATE TYPESQL commands. For example, a document type is created by:whereas a property is created by:
In comparison, the type of a type is placed between
CREATEandTYPEwhile the type of a property follows the property name. Is there a reasonor alternatively
was not selected, so types and properties are created by "similar" commands?
Beta Was this translation helpful? Give feedback.
All reactions