\r
notice_id integer not null /* comment 'notice that is the reply' */ references notice (id) ,\r
profile_id integer not null /* comment 'profile replied to' */ references profile (id) ,\r
- modified timestamp not null /* comment 'date this record was modified' */,\r
+ modified timestamp not null default 'now' /* comment 'date this record was modified' */,\r
replied_id integer /* comment 'notice replied to (not used, see notice.reply_to)' */,\r
\r
primary key (notice_id, profile_id)\r