root/trunk/sql/updates/0.7/3514_mail.sql
@
2
Revision 2, 163 bytes (checked in by yumileroy, 17 years ago) |
---|
Line | |
---|---|
1 | ALTER TABLE `mail` |
2 | CHANGE COLUMN `time` `expire_time` bigint(40) NOT NULL default '0', |
3 | ADD `deliver_time` bigint(40) NOT NULL default '0' AFTER `expire_time`; |
Note: See TracBrowser
for help on using the browser.