After Version With Driver
class AfterVersionWithDriver(afterVersion: Int, block: (SqlDriver) -> Unit)
Content copied to clipboard
Represents a block of code block that should be executed during a migration after the migration has finished migrating to afterVersion. Unlike AfterVersion, this version's lambda accepts a SqlDriver as a parameter to make migrations easier.
Constructors
Link copied to clipboard
fun AfterVersionWithDriver(afterVersion: Int, block: (SqlDriver) -> Unit)
Content copied to clipboard