Você precisa criar uma nova migração, registre-a com
composer du
comando e execute php artisan migrate
comando para alterar o tipo da coluna:Schema::table('the_table_name', function (Blueprint $table) {
$table->string('hotel', 255)->change();
});