diff --git a/framework/db/QueryBuilder.php b/framework/db/QueryBuilder.php index 6d416caf7cd..8f69c47750d 100644 --- a/framework/db/QueryBuilder.php +++ b/framework/db/QueryBuilder.php @@ -815,7 +815,7 @@ public function dropCommentFromTable($table) * - `char`: char type, will be converted into "char(1)" * - `string`: string type, will be converted into "varchar(255)" * - `text`: a long string type, will be converted into "text" - * - `smallinteger`: a small integer type, will be converted into "smallint(6)" + * - `smallint`: a small integer type, will be converted into "smallint(6)" * - `integer`: integer type, will be converted into "int(11)" * - `bigint`: a big integer type, will be converted into "bigint(20)" * - `boolean`: boolean type, will be converted into "tinyint(1)"