mpoeschl    2003/12/04 01:03:34

  Modified:    src/rttest bookstore-schema.xml
  Log:
  set autoincrement="true" for book_id and author_id
  
  Revision  Changes    Path
  1.15      +2 -0      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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- bookstore-schema.xml      31 Oct 2003 20:48:42 -0000      1.14
  +++ bookstore-schema.xml      4 Dec 2003 09:03:34 -0000       1.15
  @@ -15,6 +15,7 @@
         name="book_id"
         required="true"
         primaryKey="true"
  +      autoIncrement="true"
         type="INTEGER"
         description="Book Id"
       />
  @@ -55,6 +56,7 @@
         name="author_id"
         required="true"
         primaryKey="true"
  +      autoIncrement="true"
         type="INTEGER"
       />
       <column
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to