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

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

CREATE TABLE IF NOT EXISTS BLOBS (
	id SERIAL PRIMARY KEY,
	content oid
);
ALTER TABLE BLOBS ALTER COLUMN id TYPE VARCHAR(36)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy