We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd1d1a commit 4972089Copy full SHA for 4972089
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