rhymix/modules/module/schemas/module_part_config.xml
Kijin Sung 26ddd6cdc3 module_part_config 테이블에 unique key 추가
xpressengine/xe-core#2242

이미 있는 idx_module_part_config 인덱스를 대체함.
2018-06-11 23:50:38 +09:00

6 lines
363 B
XML

<table name="module_part_config">
<column name="module" type="varchar" size="180" notnull="notnull" unique="unique_module_part_config" utf8mb4="false" />
<column name="module_srl" type="number" size="11" notnull="notnull" unique="unique_module_part_config" />
<column name="config" type="bigtext" />
<column name="regdate" type="date" />
</table>