1 2 3 4 5 6
CREATE NODE TYPE (PersonType: Person { name: STRING, age: INTEGER, birthDate: DATE, hasChildren: BOOL })