http://code.google.com/p/gantry/issues/detail?id=4
I'm wanting to set things up so that using bigtop, one can specify a
column to be datetime (or timestamp?), and the default value be
NOW(). That way the user can quickly generated "created" and
"modified" fields. It looks like MySQL has you handle it via on "on
update" trigger. SQLite has more or less native support. Haven't yet
looked at PostgreSQL or DB2.
I've begun looking at Bigtop's sources, but I can't quite get a handle
on where something like this would be introduced. My initial reaction
is to want to add it to the %expansion_for hash, then mess with the
templates to utilize it.
Thoughts?
Tony Shadwick