Hi Mike To remove a specific custom property you can set it to null:
ALTER PROPERTY Foo.bar custom baz=null To remove all the properties you can use "custom clear": ALTER PROPERTY Foo.bar custom clear There is a regression with this last statement in v 2.2.7, but it's already fixed; the fix will be released with 2.2.8 Thanks Luigi 2016-08-16 21:25 GMT+02:00 Mike Duffey <[email protected]>: > I have been unable to locate documentation on how to remove a custom > property from a class field. Is there an SQL statement or other method to > remove a property customField? > > Thanks, > Mike > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
