Skip to content

Commit

Permalink
Merge pull request doctrine#907 from mRoca/feature/mysql-collation-do…
Browse files Browse the repository at this point in the history
…c-fix

Fix Mysql collation support documentation
  • Loading branch information
deeky666 committed Oct 16, 2015
2 parents 80d78cc + a9ff450 commit 2c789aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/reference/schema-representation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The following options are completely vendor specific and absolutely not portable

- **charset** (string): The character set to use for the column. Currently only supported
on MySQL and Drizzle.
- **collate** (string): The collation to use for the column. Currently only supported on
SQL Server.
- **collation** (string): The collation to use for the column. Supported by MySQL, PostgreSQL,
Sqlite, SQL Server and Drizzle.
- **check** (string): The check constraint clause to add to the column.
Defaults to ``null``.

0 comments on commit 2c789aa

Please sign in to comment.