Schema::table('users', function (Blueprint $table) { $table->string('name', 50)->nullable()->change(); });