liquibase.harness.change.expectedSql.postgresql.addNonClusteredPrimaryKey.sql Maven / Gradle / Ivy
CREATE TABLE public.tbl_noncluster (id numeric(4) NOT NULL)
ALTER TABLE public.tbl_noncluster ADD CONSTRAINT pk_nonclustered PRIMARY KEY (id)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy