sequelize db:drop
Drop database specified by configuration
Options
Name | Description |
---|---|
--charset <charset options> | Pass charset option to dialect, MYSQL only |
--collate <collate options> | Pass collate option to dialect |
--encoding <encoding options> | Pass encoding option to dialect, PostgreSQL only |
--ctype <ctype option> | Pass ctype option to dialect, PostgreSQL only |
--template <template option> | Pass template option to dialect, PostgreSQL only |
--env <environment> | The environment to run the command in |
--config <file path> | The path to the config file |
--options-path <file path> | The path to a JSON file with additional options |
--migrations-path <folder path> | The path to the migrations folder |
--seeders-path <folder path> | The path to the seeders folder |
--models-path <folder path> | The path to the models folder |
--url <connection string> | The database connection string to use |
--debug | When available show various debug information |
--help | Show help |
--version | Show version number |