在顶点clas中添加新的强制属性后,我无法删除此类的现有记录并收到以下异常 -
orientdb {db=VehicleHistoryGraph}> DELETE VERTEX MESSAGE
Error: com.orientechnologies.orient.core.exception.OValidationException: The fie ld 'Message.messageId' is mandatory, but not found on record: Message#26:60742{from:#13:6902,to:#13:6900,text:Test 0: FWD MSG1,in_Forward_Of:[size=3],in_Sent:[size=1],out_Received:[size=1]} v7
删除强制标记后,我可以删除现有记录 -
orientdb {db=VehicleHistoryGraph}> DELETE VERTEX MESSAGE
Delete record(s) '21' in 0.030000 sec(s).
这是OrientDB的功能还是错误?