2 lines
78 B
MySQL
2 lines
78 B
MySQL
|
ALTER TABLE vn.company MODIFY COLUMN id INT UNSIGNED auto_increment NOT NULL;
|