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 2005/05/22 16:50:49 UTC

cvs commit: db-torque/src/rttest bookstore-schema.xml

tfischer    2005/05/22 07:50:49

  Modified:    src/rttest bookstore-schema.xml
  Log:
  moved the tables DATE_TEST and LARGE_PK to the test-schema, added a table which uses inheritance to the test schema
  background of the move is that maybe sometime in the far future, we can use the bookstore schema from the tutorial for the runtimetest
  
  Revision  Changes    Path
  1.20      +0 -49     db-torque/src/rttest/bookstore-schema.xml
  
  Index: bookstore-schema.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/src/rttest/bookstore-schema.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- bookstore-schema.xml	23 Apr 2005 15:44:46 -0000	1.19
  +++ bookstore-schema.xml	22 May 2005 14:50:48 -0000	1.20
  @@ -250,53 +250,4 @@
       </foreign-key>
     </table>
     
  -  <!-- =================================================== -->
  -  <!-- D A T E _ T E S T  T A B L E                        -->
  -  <!-- =================================================== -->
  -
  -  <table name="DATE_TEST" description="Table to test Date formats">
  -    <column
  -      name="DATE_TEST_ID"
  -      required="true"
  -      primaryKey="true"
  -      type="BIGINT"
  -    />
  -    <column
  -      name="DATE_VALUE"
  -      required="true"
  -      type="DATE"
  -    />
  -    <column
  -      name="TIME_VALUE"
  -      required="true"
  -      type="TIME"
  -    />
  -    <column
  -      name="TIMESTAMP_VALUE"
  -      required="true"
  -      type="TIMESTAMP"
  -    />
  -
  -  </table>
  -
  -  <!-- =================================================== -->
  -  <!-- L A R G E _ P K  T A B L E                          -->
  -  <!-- =================================================== -->
  -
  -  <table name="LARGE_PK" idMethod="none" description="Table to test large Primary keys">
  -    <column
  -      name="LARGE_PK_ID"
  -      required="true"
  -      primaryKey="true"
  -      type="BIGINT"
  -    />
  -    <column
  -      name="NAME"
  -      type="VARCHAR"
  -      size="100"
  -      required="false"
  -    />
  -  </table>
  -
  -
   </database>
  
  
  

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