0
0
llucycodes42
The code changes the table's field type from varchar to text.
Shortcut: s_alter_modify
ALTER TABLE `table` MODIFY `field` newtype AFTER column};
0
0
llucycodes42
The code changes the table's field type from varchar to text.
Shortcut: s_alter_modify
ALTER TABLE `table` MODIFY `field` newtype AFTER column};