liquibase.harness.change.expectedSql.postgresql.addDefaultValueBoolean.sql Maven / Gradle / Ivy
ALTER TABLE public.authors ADD "booleanColumn" BOOLEAN
ALTER TABLE public.authors ALTER COLUMN "booleanColumn" SET DEFAULT TRUE
© 2015 - 2024 Weber Informatics LLC | Privacy Policy