Hello, you can use ALTER PROPERTY with DEFAULT set to NULL, see the latest docs: https://orientdb.com/docs/last/SQL-Alter-Property.html Example: ALTER PROPERTY Client.created DEFAULT NULL
Il giorno giovedì 13 luglio 2017 12:10:52 UTC+2, Fritz Gerald ha scritto: > > Hi everyone, > > does anyone know how to drop the predefined default value for a property > without deleting the property? PostgreSQL uses "ALTER [ COLUMN ] column > DROP DEFAULT". However, the OrientDB docs " > https://orientdb.com/docs/2.1/SQL-Alter-Property.html" do not give any > hint. > > Thanks, Fritz > -- --- 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.
