diff --git a/core/src/commonMain/kotlin/com/powersync/db/schema/Table.kt b/core/src/commonMain/kotlin/com/powersync/db/schema/Table.kt index 837ac335..8e321adf 100644 --- a/core/src/commonMain/kotlin/com/powersync/db/schema/Table.kt +++ b/core/src/commonMain/kotlin/com/powersync/db/schema/Table.kt @@ -26,7 +26,7 @@ public data class Table( */ var indexes: List = listOf(), /** - * Whether the table only exists only. + * Whether the table only exists locally. */ val localOnly: Boolean = false, /**