Answers for "add auto increment column mysql primary key"

SQL
3

make a field auto_increment mysql

ALTER TABLE document MODIFY COLUMN document_id INT auto_increment
Posted by: Guest on September-08-2021
1

change auto increment mysql

ALTER TABLE tbname MODIFY COLUMN columname smallint(5) auto_increment
Posted by: Guest on January-01-2022

Code answers related to "add auto increment column mysql primary key"

Code answers related to "SQL"

Browse Popular Code Answers by Language