mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
Clean up utf8mb4 setting in default table schema
This commit is contained in:
parent
f751d59708
commit
2cec4ea6b4
6 changed files with 11 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<table name="module_config">
|
||||
<column name="module" type="varchar" size="80" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="module" type="varchar" size="80" notnull="notnull" primary_key="primary_key" charset="latin1" />
|
||||
<column name="site_srl" type="number" size="11" notnull="notnull" />
|
||||
<column name="config" type="bigtext" />
|
||||
<column name="regdate" type="date" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue