|
@@ -89,6 +89,7 @@
|
|
<column id="expires">
|
|
<column id="expires">
|
|
<name>expires</name>
|
|
<name>expires</name>
|
|
<type>datetime</type>
|
|
<type>datetime</type>
|
|
|
|
+ <type db="db_redis">time</type>
|
|
<default>&DEFAULT_ALIASES_EXPIRES;</default>
|
|
<default>&DEFAULT_ALIASES_EXPIRES;</default>
|
|
<default db="oracle">to_date('&DEFAULT_ALIASES_EXPIRES;','yyyy-mm-dd hh24:mi:ss')</default>
|
|
<default db="oracle">to_date('&DEFAULT_ALIASES_EXPIRES;','yyyy-mm-dd hh24:mi:ss')</default>
|
|
<description>Date and time when this entry expires.</description>
|
|
<description>Date and time when this entry expires.</description>
|
|
@@ -121,6 +122,7 @@
|
|
<column>
|
|
<column>
|
|
<name>last_modified</name>
|
|
<name>last_modified</name>
|
|
<type>datetime</type>
|
|
<type>datetime</type>
|
|
|
|
+ <type db="db_redis">time</type>
|
|
<default>&DEFAULT_DATETIME;</default>
|
|
<default>&DEFAULT_DATETIME;</default>
|
|
<default db="oracle">to_date('&DEFAULT_DATETIME;','yyyy-mm-dd hh24:mi:ss')</default>
|
|
<default db="oracle">to_date('&DEFAULT_DATETIME;','yyyy-mm-dd hh24:mi:ss')</default>
|
|
<description>Date and time when this entry was last modified.</description>
|
|
<description>Date and time when this entry was last modified.</description>
|