WIP
This commit is contained in:
parent
5f45671b74
commit
e3ce642226
5 changed files with 115 additions and 52 deletions
|
|
@ -57,7 +57,7 @@ struct Field {
|
|||
is_nullable: bool,
|
||||
is_unique: bool,
|
||||
is_primary: bool,
|
||||
foreign_mode: FieldForeignMode,
|
||||
// is_foreign_ref: bool,
|
||||
// reverse_relation_name: Option<String>
|
||||
is_query_entrypoint: bool,
|
||||
foreign_mode: FieldForeignMode
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue