mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
612 B
612 B
hasura migrate create
Create files required for a migration
Synopsis
Create sql and yaml files required for a migration
hasura migrate create [migration-name] [flags]
Options
-h, --help help for create
Options inherited from parent commands
--log-level string log level (DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO")
--project string directory where commands are executed. (default: current dir)
SEE ALSO
- hasura migrate - Manage migrations on the database