On your local development, try changing the column type to:
$table->longText('columnName')
from your migration file. That solved it for me. But if you have gone live, then create a new migration just as Alexey has suggested and then use longText() column type.