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

Oracle 12c Auto-Increment Support? #242

Open
vystepanenko opened this issue Jan 17, 2017 · 2 comments
Open

Oracle 12c Auto-Increment Support? #242

vystepanenko opened this issue Jan 17, 2017 · 2 comments

Comments

@vystepanenko
Copy link

Hello!
I'm just wondering do you plan to support new oracle auto-increment feature?

create table t (
id number(10) GENERATED AS IDENTITY,
name varchar(10)
);

@yajra
Copy link
Owner

yajra commented Jan 19, 2017

Hi,

Sure, but I'm currently using Oracle 11g and below so it may take me some time to implement this. But this feature is welcomed and if you can, I would gladly accept a PR for it.

Thanks!

@vystepanenko
Copy link
Author

I'm newbie in the world of PHP and its frameworks)

@yajra yajra added this to the Laravel 5.5 milestone Aug 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants