0.1.0-alpha.17 • Published 6 years ago

@coerver/schema v0.1.0-alpha.17

Weekly downloads
1
License
-
Repository
github
Last release
6 years ago

schema

Coerver Colorado's Schema

Making migrations

Run:

cd src
knex migrate:make <migration name> --env <env name>

Note:

After each migration creation, double check that the migration can be rolled back.