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