Skip to content

Commit

Permalink
multibyte hint for engines
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkez committed Mar 6, 2018
1 parent 8187c3c commit f829a91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f829a91

Please sign in to comment.