feat(fastapi): adds properties field in slide model
This commit is contained in:
parent
7122325401
commit
70bb3a6a3a
1 changed files with 1 additions and 0 deletions
|
|
@ -12,3 +12,4 @@ class SlideModel(SQLModel, table=True):
|
|||
index: int
|
||||
content: dict = Field(sa_column=Column(JSON))
|
||||
html_content: Optional[str]
|
||||
properties: Optional[dict] = Field(sa_column=Column(JSON))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue