ml.uuid, ml.step, ml.duration_in_ms as durationInMs, ml.success, ml.started_at as startedAt, ml.target_version as targetVersion INSERT INTO migration_logs ( uuid, step, duration_in_ms, success, started_at, target_version) VALUES ( #{dto.uuid, jdbcType=VARCHAR}, #{dto.step, jdbcType=VARCHAR}, #{dto.durationInMs, jdbcType=BIGINT}, #{dto.success, jdbcType=INTEGER}, #{dto.startedAt, jdbcType=BIGINT}, #{dto.targetVersion, jdbcType=VARCHAR} )