You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oracle database 12.2.0.1-ee does not support if not exists, so it will report ORA-00922: missing or invalid option when migrate.Exec(db, "oci8", migrations, migrate.Up)
By the way, oracle database 12.2.0.1-ee doesn't support text type.
oracle database 12.2.0.1-ee does not support
if not exists, so it will reportORA-00922: missing or invalid optionwhenmigrate.Exec(db, "oci8", migrations, migrate.Up)By the way, oracle database 12.2.0.1-ee doesn't support
texttype.ref:
