2 lines
86 B
MySQL
2 lines
86 B
MySQL
|
ALTER TABLE `quotas` CHANGE `total` `total` bigint(20) unsigned NOT NULL default '0';
|