Derive Macro DeriveModelEx
#[derive(DeriveModelEx)]
{
// Attributes available to this derive:
#[sea_orm]
#[seaography]
}
Expand description
Derive a complex model with relational fields
#[derive(DeriveModelEx)]
{
// Attributes available to this derive:
#[sea_orm]
#[seaography]
}
Derive a complex model with relational fields