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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to