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

Clear Allow NULL for primary key columns #31

Closed
ragnar-lodbrok opened this issue Jul 15, 2018 · 0 comments
Closed

Clear Allow NULL for primary key columns #31

ragnar-lodbrok opened this issue Jul 15, 2018 · 0 comments
Labels
Projects
Milestone

Comments

@ragnar-lodbrok
Copy link
Owner

Steps:

  1. Create new table
  2. Add new column that has Allow NULL = true
  3. Add Primary Key with column from 2
    Result: Error on save: "All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead"
    Expected: column from 2 will auto change Allow NULL to false.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
MeowSQL
Awaiting triage
Development

No branches or pull requests

1 participant