mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
Add initial support for utf8mb4 in MySQL
This commit is contained in:
parent
5a060c9e9d
commit
708fbb4f06
4 changed files with 109 additions and 46 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<table name="sites">
|
||||
<column name="site_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="index_module_srl" type="number" size="11" default="0" />
|
||||
<column name="domain" type="varchar" size="255" notnull="notnull" />
|
||||
<column name="domain" type="varchar" size="191" notnull="notnull" />
|
||||
<column name="default_language" type="varchar" size="255" />
|
||||
<column name="regdate" type="date" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue