Clean up utf8mb4 setting in default table schema

This commit is contained in:
Kijin Sung 2021-01-22 01:01:58 +09:00
parent f751d59708
commit 2cec4ea6b4
6 changed files with 11 additions and 7 deletions

View file

@ -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" />