We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have follow cmd script:
SET seq="./node_modules/.bin/sequelize.cmd" call %seq% model:create --name items --attributes name:string,condition:enum --underscored
UPD. 3. Also i need to gen getter and setters methods.
The text was updated successfully, but these errors were encountered:
This problems same with me, i want add some enum values with CLI
Sorry, something went wrong.
Moved to #550
Merge pull request sequelize#278 from petertseng/downloads
7d682ff
Download: Create files with 0644, support directory structures
No branches or pull requests
I have follow cmd script:
SET seq="./node_modules/.bin/sequelize.cmd"
call %seq% model:create --name items --attributes name:string,condition:enum --underscored
I'm already trying many combinations, but without result.
UPD.
3. Also i need to gen getter and setters methods.
The text was updated successfully, but these errors were encountered: