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

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

There is a newer version: 3.0.15
Show newest version
CREATE TABLE BLOBS
(
    id VARCHAR(36) PRIMARY KEY,
    content BLOB
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy