2016-06-30 10:29:22 -07:00

3 lines
190 B
SQL

ALTER TABLE `ports` CHANGE `ifInOctets_rate` `ifInOctets_rate` BIGINT(20) NULL DEFAULT NULL ;
ALTER TABLE `ports` CHANGE `ifOutOctets_rate` `ifOutOctets_rate` BIGINT(20) NULL DEFAULT NULL ;