
liquibase.harness.change.expectedSql.postgresql.createTable.sql Maven / Gradle / Ivy
The newest version!
CREATE TABLE public.test_table (test_id INTEGER NOT NULL, test_column VARCHAR(50) NOT NULL, CONSTRAINT test_table_pkey PRIMARY KEY (test_id))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy