mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
7 lines
448 B
XML
7 lines
448 B
XML
<table name="task_queue">
|
|
<column name="id" type="bigint" notnull="notnull" primary_key="primary_key" auto_increment="auto_increment" />
|
|
<column name="handler" type="varchar" size="191" notnull="notnull" />
|
|
<column name="args" type="longtext" notnull="notnull" />
|
|
<column name="options" type="longtext" notnull="notnull" />
|
|
<column name="regdate" type="datetime" notnull="notnull" default="current_timestamp()" index="idx_regdate" />
|
|
</table>
|