Atlas model
- class library.database_model.atlas_model.AtlasModel
Bases:
object
This is the base model that is inherited by most of the other classes (models). It includes common fields that all the models need.
- active = Column(None, Boolean(), table=None, nullable=False, default=ScalarElementColumnDefault(True))
- created = Column(None, DateTime(), table=None, default=ScalarElementColumnDefault(datetime.datetime(2025, 4, 9, 14, 8, 1, 951013)))