We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5eae2 commit d475a3dCopy full SHA for d475a3d
1 file changed
README.md
@@ -26,7 +26,7 @@ sql-schema schema \
26
27
# generate a migration after editing the schema file
28
sql-schema migration \
29
- --name my_new_migration \ # default is "generated_migration"
+ --name my_new_migration \ # default is a slug, e.g. `create_users` if you added a table named `users`
30
--include-down true \ # default is true if any down migration exists OR if there aren't any
31
--schema-path ./schema/schema.sql \ # this is the default value
32
--migrations-dir ./schema/migrations # this is the default value
0 commit comments