-
-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
ArcadeDB Version: trunk build
JDK Version: 11.x
OS: OS/X
Expected behavior
create an embeddedlist in a Vertex ( to hold xhtml data )
Actual behavior
get an error:
Internal error No enum constant com.arcadedb.schema.Type.EMBEDDEDLIST
Steps to reproduce
use the studio to create a DB
create a vertex like:
CREATE VERTEX TYPE Article
add a property to the vertex like:
CREATE PROPERTY Article.media EMBEDDEDLIST STRING
I'm not quite sure if this has been deprecated or if I have something wrong with my setup.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation