Потом следущий файл 2025_05_06_224657_delete_indexes_from_topics.php
Ошибка в этой строке
Schema::table('topics', function (Blueprint $table) {
$table->dropFullText('topics_title_fulltext');
}); Заккоментировал, и вылазит следущий файл
2025_05_06_232355_delete_indexes_from_articles.php тоже 10 строка
* Schema::table('articles', function (Blueprint $table) {
$table->dropFullText('articles_title_text_fulltext');
});
И следущий, 2025_05_06_233855_delete_indexes_from_downs.php :10
Schema::table('downs', function (Blueprint $table) {
$table->dropFullText('downs_title_text_fulltext');
}); Потом 2025_05_15_144626_rename_pollings_table.php :9
Schema::rename('pollings', 'polls');