@@ -44,6 +44,10 @@ |
||
| 44 | 44 | return $schema; |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | + /** |
|
| 48 | + * @param string $tableName |
|
| 49 | + * @param string $column |
|
| 50 | + */ |
|
| 47 | 51 | public function convertToBigInt(ISchemaWrapper $schema, $tableName, $column) { |
| 48 | 52 | $table = $schema->getTable($tableName); |
| 49 | 53 | $column = $table->getColumn($column); |