-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
Enum support #550
Comments
I attempted to start. One of the problems is the use of commas in the If you don't mind I'd like to take this one on. |
Hi @JamesTheHacker |
Looking for an update on this as well. |
Has there been any update on this issue? |
Add support for `model:generate --name User role:enum:{Admin, Guest}` Closes sequelize#550
Add support for `model:generate --name User role:enum:{Admin, Guest}` Closes sequelize#550
Standardize submit command (sequelize#550, sequelize#551, sequelize#547, sequelize#549)
It should be possible to create enum values from
model:create
commandThe text was updated successfully, but these errors were encountered: