@@ -23,7 +23,7 @@ |
||
| 23 | 23 | throw new Exception("You must provide at least one field to a full text index"); |
| 24 | 24 | } |
| 25 | 25 | $generator->postCreateCode[] = "DB::statement('ALTER TABLE " . |
| 26 | - $generator->getTableName() . |
|
| 26 | + $generator->getTableName() . |
|
| 27 | 27 | " ADD FULLTEXT fulltext_index (`" . |
| 28 | 28 | implode('`, `', $indexFields) . |
| 29 | 29 | "`)');"; |