mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +09:00
Implement admin scopes
This commit is contained in:
parent
ec6ac82ebd
commit
b17c58f17f
11 changed files with 163 additions and 12 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<table name="module_admins">
|
||||
<column name="module_srl" type="number" size="11" notnull="notnull" unique="unique_module_admin" />
|
||||
<column name="member_srl" type="number" size="11" notnull="notnull" unique="unique_module_admin" />
|
||||
<column name="scopes" type="text" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue