2 lines
102 B
SQL
2 lines
102 B
SQL
ALTER TABLE `zt_team` CHANGE `hours` `hours` float(3,1) unsigned NOT NULL DEFAULT '0.0' AFTER `days`;
|