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

org.springframework.content.jpa.schema-postgresql.sql Maven / Gradle / Ivy

There is a newer version: 3.0.15
Show newest version
CREATE TABLE IF NOT EXISTS BLOBS (
	id SERIAL PRIMARY KEY,
	content oid
);
ALTER TABLE BLOBS ALTER COLUMN id TYPE VARCHAR(36)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy