2 lines
167 B
SQL
2 lines
167 B
SQL
ALTER TABLE `ports` CHANGE `ifLastChange` `ifLastChange` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP;
|
|
ALTER TABLE `vlans_fdb` CHANGE `port_id` `port_id` INT(11) NULL; |