Modify Column for Table Of Mysql


/ Published in: MySQL
Save to your folder(s)

Modify Column for Table Of Mysql


Copy this code and paste it in your HTML
  1. /* Modify Column */
  2. ALTER TABLE [TableName] Modify [ColumnName] BIGINT UNSIGNED auto_increment;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.