WIP
This commit is contained in:
parent
5f45671b74
commit
7268180d4d
5 changed files with 64 additions and 29 deletions
|
|
@ -24,7 +24,11 @@ pub struct SqlGeneratorModelAttr {
|
|||
pub struct SqlGeneratorFieldAttr {
|
||||
is_primary: Option<bool>,
|
||||
is_unique: Option<bool>,
|
||||
reverse_relation_name: Option<String>
|
||||
reverse_relation_name: Option<String>,
|
||||
|
||||
/// to indicate that this field will be used to obtains entities
|
||||
/// our framework will generate methods for all fields that is an entrypoint
|
||||
is_query_entrypoint: Option<bool>
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue