mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
save
This commit is contained in:
parent
6dcb9d5010
commit
ff391a3e38
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ from pydantic import EmailStr
|
|||
from sqlalchemy import Column
|
||||
from sqlalchemy.dialects.postgresql import UUID
|
||||
from etl.fileReader.reportType import ReportType
|
||||
from enum import Enum
|
||||
|
||||
class BaseModel(SQLModel):
|
||||
id: uuid.UUID = Field(default_factory=uuid.uuid4, primary_key=True)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue