Page 1 of 1

Bugs table needs date-time

Posted: Thu Sep 18, 2008 10:23 am
by John Adams
Please add a unix date/time field to table `bugs` for tracking.
Suggested column, name it anything you like:

Code: Select all

alter table `bugs` add column `bug_datetime` int(11) UNSIGNED DEFAULT '0' NOT NULL;

Posted: Thu Sep 18, 2008 1:16 pm
by LethalEncounter
Added.