| 1 | <?php |
||
| 12 | class Version20170804201253 implements ISchemaMigration { |
||
| 13 | public function changeSchema(Schema $schema, array $options) { |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param Schema $schema |
||
| 23 | * @param string $tableName |
||
| 24 | * @param string $columnName |
||
| 25 | */ |
||
| 26 | protected function updateToBigint(Schema $schema, $tableName, $columnName) { |
||
| 37 | } |
||
| 38 |