createTableIfNotExists

abstract infix fun <T : Any> createTableIfNotExists(table: Table<T>): Uni<Void>