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 -

c++ - What's the differece between of link to a dynamic file and as a input object? -

Android Unit Testing / Mockito: android.location.Location not mocked -