mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 22:02:13 +09:00
Fix #144 error while creating module_part_config index in utf8mb4
This commit is contained in:
parent
0b24509356
commit
17c55bb64b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<table name="module_part_config">
|
||||
<column name="module" type="varchar" size="250" notnull="notnull" />
|
||||
<column name="module" type="varchar" size="180" notnull="notnull" utf8mb4="false" />
|
||||
<column name="module_srl" type="number" size="11" notnull="notnull" />
|
||||
<column name="config" type="text" />
|
||||
<column name="regdate" type="date" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue