Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
510
pub fn json<T: IntoIden>(col: T) -> ColumnDef {
511
ColumnDef::new(col).json().not_null().take()
512
}
513
514
pub fn json_null<T: IntoIden>(col: T) -> ColumnDef {
515
ColumnDef::new(col).json().null().take()
Callers
15
json_uniq
Function · 0.85
upload
Function · 0.85
list
Function · 0.85
register
Function · 0.85
verify
Function · 0.85
forgot
Function · 0.85
reset
Function · 0.85
login
Function · 0.85
list
Function · 0.85
add
Function · 0.85
update
Function · 0.85
get_one
Function · 0.85
Calls
2
take
Method · 0.80
new
Function · 0.50
Tested by
no test coverage detected