mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
#18631031 : remove unnecessary default value
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7211 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d4d4e13dfa
commit
f98fa3f856
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
<table name="documents" />
|
<table name="documents" />
|
||||||
</tables>
|
</tables>
|
||||||
<columns>
|
<columns>
|
||||||
<column name="module_srl" var="module_srl" filter="number" default="0" />
|
<column name="module_srl" var="module_srl" filter="number" />
|
||||||
<column name="regdate" var="regdate" default="curdate()" />
|
<column name="regdate" var="regdate" default="curdate()" />
|
||||||
<column name="last_update" var="last_update" default="curdate()" />
|
<column name="last_update" var="last_update" default="curdate()" />
|
||||||
<column name="list_order" var="list_order" />
|
<column name="list_order" var="list_order" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue