| 1 | <?php |
||
| 9 | class MysqlGrammar extends BaseMySqlGrammar |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Compile a fulltext key command. |
||
| 13 | * |
||
| 14 | * @param Blueprint $blueprint |
||
| 15 | * @param Fluent $command |
||
| 16 | * |
||
| 17 | * @return string |
||
| 18 | */ |
||
| 19 | public function compileFulltext(Blueprint $blueprint, Fluent $command) |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Compile a drop fulltext key command. |
||
| 26 | * |
||
| 27 | * @param Blueprint $blueprint |
||
| 28 | * @param Fluent $command |
||
| 29 | * |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | public function compileDropFulltext(Blueprint $blueprint, Fluent $command) |
||
| 40 | } |
||
| 41 |