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

liquibase.harness.change.expectedSql.oracle.12.1.addPrimaryKey.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
CREATE TABLE LBUSER.test_table_addpk (test_id INTEGER, test_column VARCHAR2(50))
ALTER TABLE LBUSER.test_table_addpk ADD CONSTRAINT pk_test_table_addpk PRIMARY KEY (test_id)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy