mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Implement login management screen in default member skin
This commit is contained in:
parent
59c3fa1381
commit
8afddb8b5e
8 changed files with 108 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<table name="member_autologin">
|
||||
<column name="id" type="number" primary_key="primary_key" auto_increment="auto_increment" />
|
||||
<column name="autologin_key" type="varchar" size="80" notnull="notnull" index="idx_autologin_key" />
|
||||
<column name="autologin_key" type="varchar" size="80" notnull="notnull" unique="unique_autologin_key" />
|
||||
<column name="security_key" type="varchar" size="80" notnull="notnull" />
|
||||
<column name="member_srl" type="number" notnull="notnull" index="idx_member_srl" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue