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

liquibase.harness.change.expectedSql.edb-edb.renameTable.sql Maven / Gradle / Ivy

The newest version!
CREATE TABLE public.oldnametable (test_id INTEGER NOT NULL, test_column VARCHAR(50) NOT NULL, CONSTRAINT oldnametable_pkey PRIMARY KEY (test_id))
ALTER TABLE public.oldnametable RENAME TO newnametable




© 2015 - 2025 Weber Informatics LLC | Privacy Policy