Add initial support for utf8mb4 in MySQL

This commit is contained in:
Kijin Sung 2016-01-11 10:27:54 +09:00
parent 5a060c9e9d
commit 708fbb4f06
4 changed files with 109 additions and 46 deletions

View file

@ -178,7 +178,7 @@ class DB
*/
function create()
{
return new DB;
return new static();
}
/**