OrientDB reports an error when creating an extension class

One, OrientDB reports an error when creating an extended class


You can use the following command to create a class Car and extend it to the class Vehicle .

orientdb {db=demo}> create class Car extends Vehicle

Error:com.orientechnologies.orient.core.exception.OCommandExecutionException: Class Car already exists

        DB name="demo"

        DB name="demo"

Guess you like

Origin blog.csdn.net/weixin_47055922/article/details/108578081