More replaces UTF8 to UTF8MB4

This commit is contained in:
Alexandre Alapetite
2017-04-16 15:53:48 +02:00
38 changed files with 432 additions and 300 deletions

View File

@@ -12,7 +12,7 @@
* `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
* `source` text,
* PRIMARY KEY (`name`)
* ) ENGINE=InnoDB DEFAULT CHARSET=utf8;</pre>
* ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;</pre>
* Demo data:
* <pre>INSERT INTO `templates` (`name`, `modified`, `source`) VALUES ('test.tpl', "2010-12-25 22:00:00", '{$x="hello world"}{$x}');</pre>
*