i try to add attribute UNSIGNED to my column, i use this
ALTER TABLE `m_material` CHANGE `id` `id` INT(7) UNSIGNED NOT NULL AUTO_INCREMENT;
but i have error
# 1067 - Wrong default value for 'published'
what is this error and how to get rid of it