Add init
This commit is contained in:
@@ -5,3 +5,4 @@ class Owner(SQLModel, table=True):
|
||||
id: int = Field(default_factory=uuid4, primary_key=True)
|
||||
name: str
|
||||
email: str
|
||||
# TODO add houses
|
||||
|
||||
Reference in New Issue
Block a user