Hello,
I am creating a object type "books1" with super type dm_document with an attribute "language".
I get the following error when creating it from DA
[DM_QUERY_E_SYNTAX]error: "A Parser Error (syntax error) has occurred in the vicinity of: alter type books1 ADD language"
When I use DQL query "CREATE TYPE books1 (language CHAR(255)) WITH SUPERTYPE dm_document" to create object type I get the following error:
Error occured during query execution :[DM_QUERY_E_SYNTAX]error: "A Parser Error (syntax error) has occurred in the vicinity of: CREATE TYPE books1 (language"