Thursday, July 31, 2014

Tech proverbs #1

When dealing with database.  Dont insert historical or logs related manually in the code.  Create a trigger to insert to a table log when the main table is updated.  This is good for transaction histories involving money. #postgres

No comments:

Post a Comment