Following is my file 2015_09_14_051851_create_orders_table.php. And I want to change $table->integer(\'category_id\'); as a string with new migratio
$table->integer(\'category_id\');
First composer requires doctrine/dbal, then:
doctrine/dbal
$table->longText('column_name')->change();