All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.harness.change.expectedSql.h2.addDefaultValueBoolean.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
ALTER TABLE PUBLIC.authors ADD booleanColumn BOOLEAN
ALTER TABLE PUBLIC.authors ALTER COLUMN  booleanColumn SET DEFAULT TRUE




© 2015 - 2024 Weber Informatics LLC | Privacy Policy