Skip to content

Commit

Permalink
switch to UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
tshedor committed Aug 19, 2024
1 parent c7c68f3 commit ae4af57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/brick_supabase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class User
Connect Supabase's primary key (or any other index) to your application code. This is useful for `upsert` and `delete` logic when mutating instances.

```dart
@Supabase(unique: true, name: 'id')
final int supabaseId;
@Supabase(unique: true, name: 'uuid')
final String supabaseUuid;
```

### `@Supabase(foreignKey:)`
Expand Down

0 comments on commit ae4af57

Please sign in to comment.