OzzyRMOzzyRMDocs
GlossaryAttributes

PK

Primary key uniquely identifies each row in a table.

Primary key uniquely identifies each row in a table.

Every table should have a primary key. It guarantees each record can be referenced unambiguously by relations and queries.

Example

Prisma
id String @id

On this page