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

Primary Keys / Incrementing Fields #16

Open
emragins opened this issue Sep 17, 2014 · 1 comment
Open

Primary Keys / Incrementing Fields #16

emragins opened this issue Sep 17, 2014 · 1 comment

Comments

@emragins
Copy link

Primary keys don't seem to be read in at all.

Furthermore, tables with multiple (integer) primary keys seem to turn into two 'increments' fields rather than two integers and $table->primary('A', 'B'). Ignoring primary keys is "acceptable", but incorrectly marking fields 'incrementing' when they are not may cause unintended consequences :(

Thanks for all the work so far -- I decided to choose yours over a different solution due to the active development.

@nWidart
Copy link
Owner

nWidart commented Sep 18, 2014

Hi,

I'll look into this asap. 😄

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

2 participants