PDA

View Full Version : ALTER TABLE INT(10) NOT NULL


Fynnon
10-12-2017, 05:09 AM
Hi, i got an old mod that i still want to use and someone suggested a fix for it
I'm just wondering if that change would have any adverse effect on the forum

the fix is to run this:
ALTER TABLE `post` CHANGE `dateline` `dateline` INT(10) NOT NULL;