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

liquibase.harness.change.expectedSql.oracle.dropPrimaryKey.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
CREATE TABLE "C##LIQUIBASE".test_table_droppk (test_id INTEGER, test_column VARCHAR2(50))
ALTER TABLE "C##LIQUIBASE".test_table_droppk ADD CONSTRAINT pk_test_table_droppk PRIMARY KEY (test_id)
ALTER TABLE "C##LIQUIBASE".test_table_droppk DROP PRIMARY KEY DROP INDEX




© 2015 - 2024 Weber Informatics LLC | Privacy Policy