mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
닉네임변경이력을 기록하도록 함
This commit is contained in:
parent
66994d35dc
commit
0db2dcc68e
11 changed files with 140 additions and 2 deletions
7
modules/member/schemas/member_nickname_log.xml
Normal file
7
modules/member/schemas/member_nickname_log.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<table name="member_nickname_log">
|
||||
<column name="member_srl" type="number" size="11" notnull="notnull" />
|
||||
<column name="before_nick_name" type="varchar" size="80" notnull="notnull" />
|
||||
<column name="after_nick_name" type="varchar" size="80" notnull="notnull" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
<column name="user_id" type="varchar" size="80" />
|
||||
</table>
|
||||
Loading…
Add table
Add a link
Reference in a new issue