pub const BIGSERIAL: ColumnMarker;Expand description
Creates a BIGSERIAL column (auto-incrementing 64-bit integer).
§Example
ⓘ
#[column(PRIMARY, BIGSERIAL)]
id: i64,See: https://www.postgresql.org/docs/current/datatype-numeric.html#DATATYPE-SERIAL