Package-level declarations
Functions
Link copied to clipboard
fun SqlSchema<QueryResult.AsyncValue<Unit>>.destructiveMigration(): SqlSchema<QueryResult.AsyncValue<Unit>>
suspend fun SqlSchema<QueryResult.AsyncValue<Unit>>.destructiveMigration(driver: SqlDriver): QueryResult.AsyncValue<Unit>
Performs a destructive migration on the provided SQL driver.
Link copied to clipboard