2 lines
106 B
SQL
2 lines
106 B
SQL
ALTER TABLE `mempools` CHANGE `mempool_multiplier` `mempool_multiplier` float(14,5) NOT NULL DEFAULT '1';
|