Skip to content

Commit

Permalink
chore(docs): tables must have an explicit primary key. (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
thruflo authored Dec 5, 2023
1 parent 9a73c51 commit 326abdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/data-modelling/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ As a result, we support a limited set of validated Postgres data types. If you t

## Primary keys

Primary keys must be unique and immutable.
Tables must have an explicit primary key. Primary keys must be unique and immutable.

ElectricSQL does not support sequential autoincrementing integer IDs. You must use globally unique primary key identifiers. Typically this means binary UUIDs.

Expand Down

0 comments on commit 326abdf

Please sign in to comment.