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

liquibase.harness.change.expectedSql.postgresql.9.5.createTableWithNumericColumn.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
CREATE TABLE public.contacts (id SERIAL NOT NULL, name VARCHAR(100), phones TEXT[], po_box NUMERIC[], CONSTRAINT contacts_pkey PRIMARY KEY (id))




© 2015 - 2024 Weber Informatics LLC | Privacy Policy