So, I found workaround. Just incert new column in table:
But, I think it's a bug in latest release...
			Code Select 
ALTER TABLE `netxms`.`nodes` ADD COLUMN `use_ifxtable` INTEGER NOT NULL AFTER `uname`;But, I think it's a bug in latest release...