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/baker.rs:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
impl Related<super::bakery::Entity> for Entity {
30
fn to() -> RelationDef {
31
Relation::Bakery.def()
32
}
33
}
34
35
impl Related<super::cake_baker::Entity> for Entity {
Callers
nothing calls this directly
Calls
1
def
Method · 0.45
Tested by
no test coverage detected