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
The migration scripts are not working for Oracle Databases.
some dataTypes dont get translated to the oci-equivalents:
e.g int should be number(10)
order of default and not null:
in oci default is only allowd before the not null instruction
foreign keys cascading
oci doesnt support on update cascade and on delete cascade
Installation Specs:
Oracle Database 12c Release 12.1.0.1.0 - 64bit Production
Yii2: 2.0.35
webvimark/module-user-management: 1.0.13
since this is the official user-management extention, and oci is generally supported in yii2, i'd like to know if there is any info about it working with an oracle database
or what i can do to get it to run with an oracel db
thanks
The text was updated successfully, but these errors were encountered:
The migration scripts are not working for Oracle Databases.
some dataTypes dont get translated to the oci-equivalents:
e.g int should be number(10)
order of default and not null:
in oci default is only allowd before the not null instruction
foreign keys cascading
oci doesnt support on update cascade and on delete cascade
Installation Specs:
since this is the official user-management extention, and oci is generally supported in yii2, i'd like to know if there is any info about it working with an oracle database
or what i can do to get it to run with an oracel db
thanks
The text was updated successfully, but these errors were encountered: