Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration not working for OCI #215

Open
M4tho opened this issue Jul 10, 2020 · 2 comments
Open

Migration not working for OCI #215

M4tho opened this issue Jul 10, 2020 · 2 comments

Comments

@M4tho
Copy link

M4tho commented Jul 10, 2020

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:

  • 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

@webvimark
Copy link
Owner

webvimark commented Jul 10, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants