in reply to Automatically altering tables from different schema's

Sounds like a darn fine idea :-) I'd certainly use it since I'm trying more agile database techniques these days.

I'm with mpeppler and would prefer to grok the table information from the database rather than dealing with SQL statements directly.

It would also be nice to easily be able to create the reverse operation of any set of changes so you can easily create rollback scripts.

  • Comment on Re: Automatically altering tables from different schema's