2 lines
77 B
MySQL
2 lines
77 B
MySQL
|
ALTER TABLE vn.greuge CHANGE Id id int(10) unsigned auto_increment NOT NULL;
|