tacker.db.models_v1 Module¶tacker.db.models_v1.Audit¶Bases: object
Helps to add time stamp for create, update and delete actions.
created_at = Column(None, DateTime(), table=None, default=ColumnDefault(<function <lambda>>))¶deleted_at = Column(None, DateTime(), table=None)¶updated_at = Column(None, DateTime(), table=None)¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.