It should be int(11).| duration | smallint(6) | NO | | 0 | |
Run the following command to modify it:
Code: Select all
echo 'ALTER TABLE nagios_scheduleddowntime MODIFY duration int(11) NOT NULL;' | mysql -uroot -pnagiosxi nagiosCode: Select all
echo 'describe nagios_scheduleddowntime;' | mysql -t -uroot -pnagiosxi nagios | grep duration