Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ to
Method
to
examples/seaography_example/migration/src/entity/bakery.rs:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
23
impl Related<super::baker::Entity> for Entity {
24
fn to() -> RelationDef {
25
Relation::Baker.def()
26
}
27
}
28
29
impl Related<super::cake::Entity> for Entity {
Callers
nothing calls this directly
Calls
1
def
Method · 0.45
Tested by
no test coverage detected