working basic many to many relationships

This commit is contained in:
collerek
2020-09-14 17:13:27 +02:00
parent 58c3627be7
commit 4674f625df
18 changed files with 791 additions and 244 deletions

View File

@ -22,6 +22,7 @@ class BaseField:
index: bool
unique: bool
pydantic_only: bool
virtual: bool = False
default: Any
server_default: Any