-
Notifications
You must be signed in to change notification settings - Fork 583
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
Issue 380 notation primary key #490
base: master
Are you sure you want to change the base?
Conversation
By analyzing the blame information on this pull request, we identified @whoshuu, @jivimberg and @Shyish to be potential reviewers |
@diogosq thanks I think you should also modify createTableSQL in SchemaGenerator could you also add some tests to keep the coverage in the same percent or improve it We also should think in how to fix these methods that you described, and maybe also to make possible to have a primary key using a different type, we could discuss this on gitter |
@sibeliusseraphini Hi Sorry, I really forgot the SchemaGenerator. I will modify today and add In my solution, I don't use anymore the methods delete() and 2016-01-06 22:48 GMT-02:00 Sibelius Seraphini notifications@github.com:
Diogo Saraiva de Queiroz [link]http://www.google.com/profiles/diogosq[/link]"Just because I cannot see it doesn't mean I can't believe it!" Jack Skellington |
@diogosq could you solve the conflicts? |
Using this notation you can set another variable to serve as primary key .
_Limitations:_ a primaira key must be a long.
_Problems:_ Methods that do not use the parameter object will not work correctly. Are they: