pub fn render_migration_file( migration_name: &str, imports: &str, up_body: &str, down_body: &str, ) -> String
Renders a full migration file from the imports line and the up/down bodies.
up
down