2 lines
85 B
MySQL
Raw Normal View History

ALTER TABLE `bills` CHANGE `bill_gb` `bill_quota` BIGINT( 20 ) NULL DEFAULT NULL;