MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / big_integer_null

Function big_integer_null

sea-orm-migration/src/schema.rs:181–183  ·  view source on GitHub ↗
(col: T)

Source from the content-addressed store, hash-verified

179}
180
181pub fn big_integer_null<T: IntoIden>(col: T) -> ColumnDef {
182 ColumnDef::new(col).big_integer().null().take()
183}
184
185pub fn big_integer_uniq<T: IntoIden>(col: T) -> ColumnDef {
186 big_integer(col).unique_key().take()

Callers

nothing calls this directly

Calls 3

takeMethod · 0.80
newFunction · 0.50
nullMethod · 0.45

Tested by

no test coverage detected