mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
7 lines
619 B
XML
7 lines
619 B
XML
<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" />
|
|
</table>
|