Commit a9ff4503 authored by mRoca's avatar mRoca

Fix Mysql collation support documentation

parent f44782e9
...@@ -134,7 +134,7 @@ The following options are completely vendor specific and absolutely not portable ...@@ -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 - **charset** (string): The character set to use for the column. Currently only supported
on MySQL and Drizzle. on MySQL and Drizzle.
- **collate** (string): The collation to use for the column. Currently only supported on - **collation** (string): The collation to use for the column. Supported by MySQL, PostgreSQL,
SQL Server. Sqlite, SQL Server and Drizzle.
- **check** (string): The check constraint clause to add to the column. - **check** (string): The check constraint clause to add to the column.
Defaults to ``null``. 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