How to log changes of ActiveRecords?

Comparing #10 with #12

Content

[...]
model VARCHAR(45) NULL,
idModel INTEGER UNSIGNED NULL,
field VARCHAR(45) NULL,
creationdate TIMESTAMP NOT NULL,
userid VARCHAR(45) NULL,
PRIMARY KEY(id
ActiveRecordLog)
)
TYPE=InnoDB;
[...]

 
Links
 
-----
 
- [Chinese version](http://www.itkuaixun.com/bbs/thread-198-1-1.html "Chinese version")