mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +09:00
This commit is contained in:
parent
978aecd7a8
commit
2a7eeebcbd
19 changed files with 141 additions and 37 deletions
|
|
@ -4,5 +4,6 @@
|
|||
<column name="var_idx" type="number" size="11" notnull="notnull" unique="unique_extra_vars" />
|
||||
<column name="lang_code" type="varchar" size="10" notnull="notnull" unique="unique_extra_vars" />
|
||||
<column name="value" type="bigtext" />
|
||||
<column name="sort_value" type="bigint" index="idx_sort_value" />
|
||||
<column name="eid" type="varchar" size="40" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue