Generate a Flyway-compatible migration file name. Format: {migrationsDir}/V{YYYYMMDDHHMM}_v{VERSION}.x{Consumer}{ObjectName}{Action}.sql
Example: migrations/v5/V202603120230__v5.10.x_Integration_HubSpot_CreateTables.sql
Generate a sequence of timestamps, each 1 minute apart, for ordering multiple migrations produced in a single pass.
Wrap DDL content in a migration file with a standard header comment.
Produces Flyway-compatible migration file names and content.