Quick question, before I monkey up my db. In ActiveRecord, regarding the magic column names created_at created_on updated_at updated_on
They're all mentioned in AWDWR and the API docs, but ... What data type do they each need to use? timestamp? datetime? What is the formatting returned as? A Ruby Time class object? Are they really updated automatically on creation / changes to a db row?
Thanks for any help, John Joyce