@@ -21,7 +21,7 @@ |
||
| 21 | 21 | $table->string('locale'); |
| 22 | 22 | }); |
| 23 | 23 | |
| 24 | - DB::statement('ALTER TABLE `translations` ADD FULLTEXT fulltext_index (`key`)'); |
|
| 24 | + DB::statement('ALTER TABLE `translations` ADD FULLTEXT fulltext_index (`key`)'); |
|
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | /** |