Generate a Flyway-compatible migration file name. Format: V{YYYYMMDDHHMM}_v{VERSION}.x_Integration{Source}_{Action}.sql
Generate a sequence of timestamps, each 1 minute apart, for ordering multiple migrations correctly.
Wrap DDL content in a migration file with a header comment.
Produces Flyway-compatible migration file names and content.