Mysql Remove Auto Increment

[Solved] Mysql Remove Auto Increment | Sql - Code Explorer | yomemimo.com
Question : mysql remove auto increment

Answered by : vastemonde

ALTER TABLE mytable CHANGE my_col my_col INT(10) UNSIGNED NOT NULL

Source : https://www.sitepoint.com/community/t/how-to-remove-auto-increment-from-a-column/4873/2 | Last Update : Mon, 30 Aug 21

Answers related to mysql remove auto increment

Code Explorer Popular Question For Sql