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
pub const BIGSERIAL: ColumnMarker;Creates a BIGSERIAL column (auto-incrementing 64-bit integer).
#[column(PRIMARY, BIGSERIAL)]
id: i64,See: https://www.postgresql.org/docs/current/datatype-numeric.html#DATATYPE-SERIAL