| 1 | <?php |
||
| 7 | class MigrationHelper |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @param string $driverName |
||
| 11 | * |
||
| 12 | * @return null|string |
||
| 13 | */ |
||
| 14 | public static function resolveTableOptions($driverName) |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param $driverName |
||
| 31 | * |
||
| 32 | * @return string |
||
| 33 | */ |
||
| 34 | public static function resolveDbType($driverName) |
||
| 49 | |||
| 50 | /** |
||
| 51 | * @param string $driverName |
||
| 52 | * |
||
| 53 | * @return bool |
||
| 54 | */ |
||
| 55 | public static function isMicrosoftSQLServer($driverName) |
||
| 59 | } |
||
| 60 |