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.
1 parent 4692c8b commit fb45f02Copy full SHA for fb45f02
docs/collections/powersync-collection.md
@@ -156,8 +156,8 @@ The `powerSyncCollectionOptions` function accepts the following options:
156
```ts
157
interface PowerSyncCollectionConfig<T> {
158
database: PowerSyncDatabase // PowerSync database instance
159
- tableName: string // Name of the table in PowerSync
160
- schema?: Schema // Optional schema for validation
+ table: Table // PowerSync schema table definition
+ schema?: Schema // Optional schema for additional validation
161
}
162
```
163
0 commit comments