MigratorConfig
constructor(sqlLocations: List<String> = listOf("db/migration"), codePackages: List<String> = emptyList(), placeholders: Map<String, String> = emptyMap(), classLoader: ClassLoader? = null, historySchema: String = "public", historyTable: String = "octavius_migration_history", lockTimeout: Duration = 30.seconds, outOfOrder: Boolean = false, baselineVersion: String? = null, target: String? = null)