Making a Column Autoincrement the Value Itself in MySQL November 15, 2017 You can create a column in a table in MySQL and make that column to auto-increment the value every time a record is inserted in the table. The catch is