SQL - DROP PROPERTY
Removes a property from the schema. Does not remove the property values in the records, it just changes the schema information. Records continue to have the property values, if any.
Syntax
DROP PROPERTY <class>.<property>
<class>
Defines the class where the property exists.<property>
Defines the property you want to remove.
Examples
Remove the
name
property from the classUser
:orientdb>
DROP PROPERTY User.name
For more information, see