Implement BaseModel class, TimestampMixin, TzDateTime type; cleanup Task model
This commit is contained in:
parent
7ce43a2bfe
commit
252c15acbd
15 changed files with 223 additions and 42 deletions
|
|
@ -8,6 +8,8 @@ Create Date: ${create_date}
|
|||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
import tofu_api.common.database.types as tofu_types
|
||||
${imports if imports else ""}
|
||||
|
||||
# Revision identifiers, used by Alembic.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue