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