Subject: | New feature: allow storing 'created' and 'modified' as date fields |
Right now, 'created' and 'modified' use unix timestamps, but we should
support regular date fields as well. We should also support different
defaults for timestamps (like now() or unix_timestamp()) directly in
SQL, instead of just using Perl's time(). Those defaults should probably
be configurable in subclasses.