mirror of
https://github.com/friendica/friendica
synced 2025-05-10 17:44:09 +02:00
More replaces UTF8 to UTF8MB4
This commit is contained in:
commit
5d3bf9307f
38 changed files with 432 additions and 300 deletions
|
@ -10,7 +10,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>
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue