我開始使用SQLAlchemy一個新的項目,我正打算實施類似提出這個quiestions的一個審計線索: Implementing Audit Trail for Objects in C#? Audit trails and implementing SOX/HIPAA/etc, best practices for sensitive data Ideas on database design
我有這些表的設置:http://pastie.org/627764 ...
# This is the association table for the many-to-many relationship between
# groups and members - this is, the memberships.
user_group_table = Tabl