Skip to content

Commit

Permalink
Revert "Fixed QueryBuilder docs (yiisoft#15427) [skip ci]" (yiisoft#1…
Browse files Browse the repository at this point in the history
…5431)

This reverts commit 7d1310a.
  • Loading branch information
samdark authored Dec 29, 2017
1 parent 7d1310a commit c501e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/db/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit c501e3f

Please sign in to comment.