localOnly

fun localOnly(name: String, columns: List<Column>, indexes: List<Index> = listOf(), viewName: String? = null): Table

Create a table that only exists locally.

This table does not record changes, and is not synchronized from the service.