Neo4j has been refactored for various reasons and while the dsl hasn't changed the refactor changes the persistence and supported types.
We need to explore a new type for characteristic value since term is not supported. It is possible it could be a tagged union of :struct, :integer, :float, :boolean, :string and arrays of same.
Neo4j has been refactored for various reasons and while the dsl hasn't changed the refactor changes the persistence and supported types.
We need to explore a new type for characteristic value since term is not supported. It is possible it could be a tagged union of :struct, :integer, :float, :boolean, :string and arrays of same.