2 lines
112 B
SQL

ALTER TABLE `bill_data` ADD `bill_data_id` INT NOT NULL AUTO_INCREMENT FIRST, ADD PRIMARY KEY (`bill_data_id`);