AfterVersion

class AfterVersion(val afterVersion: Int, val block: (SqlDriver) -> Unit)

Represents a block of code block that should be executed during a migration after the migration has finished migrating to afterVersion.

Constructors

Link copied to clipboard
fun AfterVersion(afterVersion: Int, block: (SqlDriver) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
val block: (SqlDriver) -> Unit