mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Support index options
This commit is contained in:
parent
25373e6540
commit
4ad35bff8c
6 changed files with 25 additions and 6 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<index name="idx_status" columns="status(6)" />
|
||||
<index name="unique_list_order" column="list_order" unique="unique" />
|
||||
<index name="spatial_geometry" column="geometry" type="spatial" />
|
||||
<index name="fulltext_description" column="description" type="fulltext" />
|
||||
<index name="fulltext_description" column="description" type="fulltext" options="WITH PARSER ngram" />
|
||||
<constraint type="foreign key" column="module_srl" references="module.module_srl" ondelete="CASCADE" />
|
||||
<constraint type="check" condition="list_order < 0" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue