-ORM type text converted to type long solution make sqltype clob
-sqltype bit is not a valid data type in Oracle change to char
-columns with unique can not have custom named indexes in the model work around remove custom named index's from unique columns then rename the the indexes Oracle automatically makes with ALTER INDEX [schema.]index RENAME TO <new_index_name>;
-all indexes must be Unique in Oracle removed indexes from base entity , base subscription, and base menu
after all this the schema will build with no errors
Thank you so much for this, Can you help us by guiding us in the source code? Help us modify the source so it can be seamless to everybody?
WOuld love to see how we could incorporate these changes into the core. Any help is appreciated
Waiting on