AfterVersion

class AfterVersion(val afterVersion: Long, 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
constructor(afterVersion: Long, block: (SqlDriver) -> Unit)

Properties

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