Bugs table needs date-time
Posted: Thu Sep 18, 2008 10:23 am
Please add a unix date/time field to table `bugs` for tracking.
Suggested column, name it anything you like:
Suggested column, name it anything you like:
Code: Select all
alter table `bugs` add column `bug_datetime` int(11) UNSIGNED DEFAULT '0' NOT NULL;