Hi all,
what's the best practice to test the existence of a
- table
- field in a table
- foreign key constraint?
Use case: Incremental database schema evolution.
I.e. rows in old and new format are in existence at the same time.
Which means columns from old and new format coexist; old-format columns
will get dropped once the last old-format row is gone.
(Yeah, I like doing crazy stuff :-D )
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.