fix creation statement in Exposed
This commit is contained in:
parent
5b1955dbf9
commit
9bf60b5e96
@ -156,7 +156,8 @@ public inline fun <reified T : Any> ExposedTable(
|
|||||||
}
|
}
|
||||||
|
|
||||||
transaction(db) {
|
transaction(db) {
|
||||||
SchemaUtils.createMissingTablesAndColumns(table)
|
SchemaUtils.create(table)
|
||||||
}
|
}
|
||||||
|
|
||||||
return ExposedTable(db, table)
|
return ExposedTable(db, table)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user