From f829a91944ab8c6f142b08d71447b356bb943a0b Mon Sep 17 00:00:00 2001 From: ikkez Date: Tue, 6 Mar 2018 14:27:23 +0100 Subject: [PATCH] multibyte hint for engines --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index d959912..a6485ad 100644 --- a/readme.md +++ b/readme.md @@ -221,6 +221,8 @@ $table->setCharset('utf8mb4'); // ... ``` +NB: currently only effects *MySQL*. 1-4 Multibyte UTF8 chars work out of the box in Postgre, SQlite. No workaround for SQL Server yet. + #### $table->build([ bool $exec = true ]); This will start the table generation process and executes all queries if `$exec` is `TRUE`, otherwise it will just return all queries as array.