| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class Blueprint extends BaseBlueprint |
||
| 8 | { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * Create a new column on the table with the given type. |
||
| 12 | * |
||
| 13 | * @param string $realType |
||
| 14 | * @param string $column |
||
| 15 | * @param string $definition |
||
| 16 | * @return \Illuminate\Support\Fluent |
||
| 17 | */ |
||
| 18 | 1407 | public function passthru($realType, $column, $definition = null) |
|
| 23 |