Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 994 Bytes

0004-use-uuid-as-primary-keys.md

File metadata and controls

31 lines (19 loc) · 994 Bytes

4. Use UUID as Primary Keys

Date: 2022-12-10

Status

Accepted

Context

We need some identifier for entities that will be unique throughout the service. A more detailed description of the problem can be found in the issue #762

Docs

Decision

We will use UUID as primary keys

Consequences

  • We will have a unique identifier for each entity