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.
makeSchema
1 parent c389794 commit 1bf59b3Copy full SHA for 1bf59b3
demos/supabase-todolist-optional-sync/lib/models/schema.dart
@@ -16,7 +16,7 @@ import 'package:powersync_flutter_supabase_todolist_optional_sync_demo/models/sy
16
const todosTable = 'todos';
17
const listsTable = 'lists';
18
19
-Schema makeSchema({synced = bool}) {
+Schema makeSchema({required bool synced}) {
20
String syncedName(String table) {
21
if (synced) {
22
// results in lists, todos
0 commit comments