app.model.orm.custom_model#
Classes#
The description of a user-created model type. |
Module Contents#
- class app.model.orm.custom_model.CustomModel[source]#
Bases:
app.model.orm.orm_base.OrmBaseThe description of a user-created model type.
- createdAt: sqlalchemy.orm.Mapped[datetime.datetime][source]#
- updatedAt: sqlalchemy.orm.Mapped[datetime.datetime][source]#