pgschema 0.3.13

Prototype for PG-SChema with property constraints
1
2
3
4
CREATE NODE TYPE ( AdultStudentType: Student {
    name: STRING ,
    age: INTEGER CHECK > 18
})