Youngho wrote: > I used torque with MySQL for a long time ago, so far I used IdBroker. > Now I would like to change defaultIdMethod="native" from using "idbroker" > > But I don't know how to migrate my database. > > Is there any document for describing the migration step ?
Something like - "alter table <yourtable> modify <your_primary_colum> auto_increment" - Change idMethod from idBroker to native - Add autoIncrement="true" to the primary columns of your schema Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
