Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
181
pub fn big_integer_null<T: IntoIden>(col: T) -> ColumnDef {
182
ColumnDef::new(col).big_integer().null().take()
183
}
184
185
pub fn big_integer_uniq<T: IntoIden>(col: T) -> ColumnDef {
186
big_integer(col).unique_key().take()
Callers
nothing calls this directly
Calls
3
take
Method · 0.80
new
Function · 0.50
null
Method · 0.45
Tested by
no test coverage detected