Completed
Pull Request — master (#1243)
by Julius
05:43
created
lib/Migration/Version30709Date20201112083317.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -44,6 +44,10 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.