sails-generate-model-with-migrations
Version:
Generate a model and a migration for a Sails app.
27 lines (15 loc) • 520 B
Markdown

# sails-generate-model-with-migrations
Generate a model and a migration for a Sails app.
### Installation
Certain generators are installed by default in Sails, but they can be overridden. Check the [Sails docs](http://sailsjs.org/#!documentation) for information on installing generator overrides / custom generators.
<!--
```sh
$ npm install sails-generate-model
```
-->
### Production Usage
##### On the command line
```sh
$ sails generate model
```