From a9ff4503ee6f076b4e2d5771df708b3b0252a3f7 Mon Sep 17 00:00:00 2001 From: mRoca Date: Thu, 17 Sep 2015 11:04:54 +0200 Subject: [PATCH] Fix Mysql collation support documentation --- docs/en/reference/schema-representation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/reference/schema-representation.rst b/docs/en/reference/schema-representation.rst index 94669a1550a..0a56dcc2e6a 100644 --- a/docs/en/reference/schema-representation.rst +++ b/docs/en/reference/schema-representation.rst @@ -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``.