Schema::table('yourTable', function (Blueprint $table) { $table->text('body')->nullable()->change(); });