| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class MySqlGrammar extends \Illuminate\Database\Schema\Grammars\MySqlGrammar |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Compile a spatial index key command. |
||
| 17 | * |
||
| 18 | * @param \Illuminate\Database\Schema\Blueprint $blueprint |
||
| 19 | * @param \Illuminate\Support\Fluent $command |
||
| 20 | * |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | public function compileSpatial(Blueprint $blueprint, Fluent $command) |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Compile a drop index command. |
||
| 30 | * |
||
| 31 | * @param \Illuminate\Database\Schema\Blueprint $blueprint |
||
| 32 | * @param \Illuminate\Support\Fluent $command |
||
| 33 | * |
||
| 34 | * @return string |
||
| 35 | */ |
||
| 36 | public function compileDropSpatial(Blueprint $blueprint, Fluent $command) |
||
| 45 |