wouldn't be better to use something like flyway? http://flywaydb.org/
2012/11/24 John Huss <johnth...@gmail.com> > There is an experimental library in the cayenne-sandbox you could try: > http://svn.apache.org/viewvc/cayenne/sandbox/cayenne-migrations/ > > I'm using it in production, but your mileage may vary. The migrations are > not automatically generated (except for the initial database) but they are > easy to write. > > > On Sat, Nov 24, 2012 at 10:59 AM, emeka okafor <emeka_1...@yahoo.com> > wrote: > > > Is there a cayenne way to modifying a databse table? Like a way for > > cayenne to generate a migration class that can be run when when my schema > > changes. >