Merge "Reorder modifiers"
[so.git] / mso-catalog-db / src / main / resources / ServiceRecipe.hbm.xml
index 0003c37..bdd54f7 100644 (file)
                </properties>\r
                \r
                <property name="orchestrationUri" type="string" column="ORCHESTRATION_URI" not-null="true" length="256"/>\r
-               <property name="created" type="timestamp" generated="insert" update="false" insert="false" column="CREATION_TIMESTAMP" not-null="true"/>\r
+               <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">\r
+          <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>\r
+        </property>\r
 \r
-               <property name="action"                                 column="ACTION"                                         type="string"                   length="20" insert="false" update="false" />\r
+               <property name="action"                                 column="ACTION"                                         type="string"                   length="40" insert="false" update="false" />\r
                <property name="version"                                column="VERSION_STR"                            type="string"                   length="20"/>\r
                <property name="description"                    column="DESCRIPTION"                            type="string"                   length="1200"/>\r
                <property name="serviceParamXSD"                column="SERVICE_PARAM_XSD"                      type="string"                   length="2048"/>\r