I created a table called items and inserted the name as int and provided the length as 255 type by mistake, but now I wanted to change the structure of the table and run the query as -
Elements ALTER TABLE ALTER COLUMN name varchar (255); but this does not change the table, what I need to change in the .help plz table
source
share