Commit 2c789aa8 authored by Steve Müller's avatar Steve Müller

Merge pull request #907 from mRoca/feature/mysql-collation-doc-fix

Fix Mysql collation support documentation
parents 80d78cc2 a9ff4503
......@@ -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``.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment