mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Revert "Separate the indexes in module_trigger table"
This reverts commit 48ee04d54d.
This commit is contained in:
parent
48ee04d54d
commit
9d040e10d7
1 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<table name="module_trigger">
|
||||
<column name="trigger_name" type="varchar" size="80" notnull="notnull" index="idx_trigger_position" utf8mb4="false" />
|
||||
<column name="called_position" type="varchar" size="20" notnull="notnull" index="idx_trigger_position" utf8mb4="false" />
|
||||
<column name="module" type="varchar" size="80" notnull="notnull" index="idx_module" utf8mb4="false" />
|
||||
<column name="type" type="varchar" size="80" notnull="notnull" index="idx_type" utf8mb4="false" />
|
||||
<column name="called_method" type="varchar" size="80" notnull="notnull" index="idx_called_method" utf8mb4="false" />
|
||||
<column name="trigger_name" type="varchar" size="80" notnull="notnull" unique="idx_trigger" utf8mb4="false" />
|
||||
<column name="called_position" type="varchar" size="15" notnull="notnull" unique="idx_trigger" utf8mb4="false" />
|
||||
<column name="module" type="varchar" size="80" notnull="notnull" unique="idx_trigger" utf8mb4="false" />
|
||||
<column name="type" type="varchar" size="15" notnull="notnull" unique="idx_trigger" utf8mb4="false" />
|
||||
<column name="called_method" type="varchar" size="80" notnull="notnull" unique="idx_trigger" utf8mb4="false" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue