1 Reply Latest reply on Apr 3, 2004 5:45 AM by aloubyansky

    mysl (cmp) -> "auto" create table without auto_increment and

    wunderkind

      Hello developers.

      Is there a way to set the auto_increment flag into a innodb table of
      mysql automatically? I realized the generation of the table with
      @unknown-pk with xdoclet. But the @auto-increment:true option of
      xdoclet doesn't work.

      Hence I have to do some "after work" after the automatic table creation.
      I have to insert the auto_increment(ed) PK with "Alter table" SQL statement
      manually.

      An other question is if JBoss is capable of auto generate indexes during
      the creation of tables within cmp?

      Thank you all la lot!

      sven alias wunderkind