mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Change data type of module_config.config to bigtext
xpressengine/xe-core#2179 xpressengine/xe-core#2180
This commit is contained in:
parent
6d6acd5c9e
commit
a8da651f29
4 changed files with 17 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<table name="module_config">
|
||||
<column name="module" type="varchar" size="250" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="site_srl" type="number" size="11" notnull="notnull" />
|
||||
<column name="config" type="text" />
|
||||
<column name="config" type="bigtext" />
|
||||
<column name="regdate" type="date" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue