You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2013/05/19 12:02:16 UTC

svn commit: r1484255 - /db/torque/torque4/trunk/torque-templates/src/test/schema/schema.xml

Author: tfischer
Date: Sun May 19 10:02:16 2013
New Revision: 1484255

URL: http://svn.apache.org/r1484255
Log:
Add index and unique definition to test schema

Modified:
    db/torque/torque4/trunk/torque-templates/src/test/schema/schema.xml

Modified: db/torque/torque4/trunk/torque-templates/src/test/schema/schema.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/test/schema/schema.xml?rev=1484255&r1=1484254&r2=1484255&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-templates/src/test/schema/schema.xml (original)
+++ db/torque/torque4/trunk/torque-templates/src/test/schema/schema.xml Sun May 19 10:02:16 2013
@@ -44,7 +44,9 @@
       size="50"
       default="a_name"
     />
-
+    <index name="NAME_IDX">
+      <index-column name="name"/>
+    </index>
   </table>
 
   <!-- =================================================== -->
@@ -64,7 +66,9 @@
       type="VARCHAR"
       size="50"
     />
-
+    <unique name="NAME_UNQ">
+      <unique-column name="name"/>
+    </unique>
   </table>
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org