mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
procMemberRegisterDevice(기기 등록)모듈 커밋
This commit is contained in:
parent
3c75e7eafb
commit
e5fdd73d3d
7 changed files with 137 additions and 0 deletions
17
modules/member/queries/insertMemberDevice.xml
Normal file
17
modules/member/queries/insertMemberDevice.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<query id="insertMemberDevice" action="insert">
|
||||
<tables>
|
||||
<table name="member_devices" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="device_srl" var="device_srl" notnull="notnull" />
|
||||
<column name="member_srl" var="member_srl" notnull="notnull" />
|
||||
<column name="device_token" var="device_token" notnull="notnull" />
|
||||
<column name="device_key" var="device_key" notnull="notnull" />
|
||||
<column name="device_type" var="device_type" notnull="notnull" />
|
||||
<column name="device_version" var="device_version" notnull="notnull" />
|
||||
<column name="device_model" var="device_model" notnull="notnull" />
|
||||
<column name="device_description" var="device_description" />
|
||||
<column name="ipaddress" var="ipaddress" default="ipaddress()" />
|
||||
<column name="regdate" var="regdate" default="curdate()" />
|
||||
</columns>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue