sql - H2 database: is it possible to rename a constraint? -


is there way rename constraint in h2 database?

same question one: sql server rename constraint?, h2 database.

no, can not, there no sql statement in the grammar of h2 can it.

so need create new constraint , drop old one.


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

How to Change swipe Tab Title color in java Android -

Using globs in Perl replace one liner in TCL script -