diff --git a/lib/public/DB/Schema/ITable.php b/lib/public/DB/Schema/ITable.php index 4745d65fd49..9e0758dc52b 100644 --- a/lib/public/DB/Schema/ITable.php +++ b/lib/public/DB/Schema/ITable.php @@ -158,6 +158,7 @@ interface ITable { * precision?: int, * scale?: int, * type?: Types::*|ColumnType, + * comment?: string, * } $options * * @throws SchemaException @@ -177,6 +178,7 @@ interface ITable { * precision?: int, * scale?: int, * type?: Types::*|ColumnType, + * comment?: string, * } $options * * @throws SchemaException