Skip to content

Commit d475a3d

Browse files
authored
Update README.md
1 parent 1f5eae2 commit d475a3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sql-schema schema \
2626

2727
# generate a migration after editing the schema file
2828
sql-schema migration \
29-
--name my_new_migration \ # default is "generated_migration"
29+
--name my_new_migration \ # default is a slug, e.g. `create_users` if you added a table named `users`
3030
--include-down true \ # default is true if any down migration exists OR if there aren't any
3131
--schema-path ./schema/schema.sql \ # this is the default value
3232
--migrations-dir ./schema/migrations # this is the default value

0 commit comments

Comments
 (0)