We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90714b5 + 4972089 commit e002c26Copy full SHA for e002c26
core/src/commonMain/kotlin/com/powersync/db/schema/Table.kt
@@ -26,7 +26,7 @@ public data class Table(
26
*/
27
var indexes: List<Index> = listOf(),
28
/**
29
- * Whether the table only exists only.
+ * Whether the table only exists locally.
30
31
val localOnly: Boolean = false,
32
0 commit comments