rhymix/modules/module/schemas/module_trigger.xml
2021-01-22 00:23:52 +09:00

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>