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

Function json

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

Source from the content-addressed store, hash-verified

508}
509
510pub fn json<T: IntoIden>(col: T) -> ColumnDef {
511 ColumnDef::new(col).json().not_null().take()
512}
513
514pub fn json_null<T: IntoIden>(col: T) -> ColumnDef {
515 ColumnDef::new(col).json().null().take()

Callers 15

json_uniqFunction · 0.85
uploadFunction · 0.85
listFunction · 0.85
registerFunction · 0.85
verifyFunction · 0.85
forgotFunction · 0.85
resetFunction · 0.85
loginFunction · 0.85
listFunction · 0.85
addFunction · 0.85
updateFunction · 0.85
get_oneFunction · 0.85

Calls 2

takeMethod · 0.80
newFunction · 0.50

Tested by

no test coverage detected