webvimark / user-management

154 stars 162 forks source link

Migration not working for OCI #215

Open M4tho opened 4 years ago

M4tho commented 4 years ago

The migration scripts are not working for Oracle Databases.

  1. some dataTypes dont get translated to the oci-equivalents: e.g int should be number(10)

  2. order of default and not null: in oci default is only allowd before the not null instruction

  3. 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

webvimark commented 4 years ago

Hi, it's not official and I'm not supporting it for several years already :)

Best way for you is to create a fork with Oracle DB support. It's fast and easy, just change migration files

micaelomota commented 3 years ago

@webvimark I'm interested in maintaining this package. Would you transfer its ownership to my company organization https://github.com/congenialbr?