Skip to content

Commit 39ca6af

Browse files
authored
Merge pull request #63177 from nextcloud/fix-add-missing-comment-to-$options-array-in-ITable
Update ITable.php to include `comment`
2 parents c44ef83 + 8bc710c commit 39ca6af

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/public/DB/Schema/ITable.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ public function renameIndex(string $oldName, ?string $newName = null): self;
158158
* precision?: int,
159159
* scale?: int,
160160
* type?: Types::*|ColumnType,
161+
* comment?: string,
161162
* } $options
162163
*
163164
* @throws SchemaException
@@ -177,6 +178,7 @@ public function addColumn(string $name, string|ColumnType $typeName, array $opti
177178
* precision?: int,
178179
* scale?: int,
179180
* type?: Types::*|ColumnType,
181+
* comment?: string,
180182
* } $options
181183
*
182184
* @throws SchemaException

0 commit comments

Comments
 (0)