Re: Derby autogenereted keys
Thomas Vandahl <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.torque.user |
|---|---|
| Message-ID | <[email protected]> |
Thoralf Rickert wrote: > I've defined a table: > > <table name="report"> > <column name="id" required="true" type="BIGINT" primaryKey="true" > autoIncrement="true"/> Does <table name="report" idMethod="native"> change something? Bye, Thomas.