Skip to main content

ENUM

Constant ENUM 

Source
pub const ENUM: ColumnMarker;
Expand description

Marks this column as storing an enum type.

ยงExample

#[column(ENUM)]
role: Role,

For PostgreSQL native ENUM types or text-based enum storage.

See: https://www.postgresql.org/docs/current/datatype-enum.html