Replies: 1 comment 10 replies
-
this would be a straightforward feature to add and seems like it should be possible, though id like to understand your use case better. what are "all the options on the command line" that you're passing? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
The idea of having a template for generating migration scripts is really great, but I think we can go further.
For example, embedding templates in a
./templates
directory that would contain several templates, one for table creation, or for adding columns.From there, we could specify which template we want to use when writing a new revision.
For example:
I mention this because customizing a template script with all the options on the command line is becoming increasingly difficult to maintain.
Beta Was this translation helpful? Give feedback.
All reactions