Migrating Varchar to Text in Mysql August 16, 2023 by Tarik ALTER TABLE table_name MODIFY column_name TEXT NOT NULL;