Is there any way to create constraints on properties like string maximum and minimum length ?
I want my query throw an exception if i created a node with property violating the max length constraint for example
Is there any way to create constraints on properties like string maximum and minimum length ?
I want my query throw an exception if i created a node with property violating the max length constraint for example
Hello @OmarHamdy
It's not possible but I think you can find a workaround with an APOC trigger.
Regards,
Cobra
Thank you so much
(migrated from khoros post Solved: Re: Property validation - Neo4j - 58153)