Skip to main content

PRIMARY

Constant PRIMARY 

Source
pub const PRIMARY: ColumnMarker;
Expand description

Marks this column as the PRIMARY KEY.

ยงExample

#[column(PRIMARY)]
id: i32,

See: https://www.postgresql.org/docs/current/ddl-constraints.html#DDL-CONSTRAINTS-PRIMARY-KEYS