diff --git a/lib/public/DB/Schema/ITable.php b/lib/public/DB/Schema/ITable.php index 35311b0269062..53389bba71fa3 100644 --- a/lib/public/DB/Schema/ITable.php +++ b/lib/public/DB/Schema/ITable.php @@ -133,6 +133,7 @@ public function renameIndex(string $oldName, ?string $newName = null): self; * precision?: int, * scale?: int, * type?: Types::*|ColumnType, + * comment?: string, * } $options * * @throws SchemaException @@ -152,6 +153,7 @@ public function addColumn(string $name, string|ColumnType $typeName, array $opti * precision?: int, * scale?: int, * type?: Types::*|ColumnType, + * comment?: string, * } $options * * @throws SchemaException