Comment on page
Migration CLI
There are a few commands that makes it a more enjoyable experience to your everyday usage of Clear ORM.
The model and scaffold generators will create migrations appropriate for adding a new model. Clear ORM provides a consice DSL for defining migrations, but these can also be generated via the CLI.
Usage:
clear generate [flags...] [arg...]
Generate code automatically
Flags:
--help # Displays help for the current command.
--no-color # Cancel color output
--verbose, -v # Display verbose informations during execution