Skip to content

CRUD with Sequelize-CLI (migrations and all config), Express, MySQL & JWT

Notifications You must be signed in to change notification settings

7lessandro/sequelize-express

Repository files navigation

Comandos Sequelize CLI

Criando Migration [Mapeamento da Tabela]

npx sequelize migration:create --name={{TABLENAME}}

Executar Migration [Criação da Tabela]

npx sequelize db:migrate

About

CRUD with Sequelize-CLI (migrations and all config), Express, MySQL & JWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published