I want to add new column in mysql table but condition is new column must same as other old column(same table).
like old column have int data type and its length is 5
i want to add new column but new column datatype and length must same as old column.