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

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

There is a newer version: 3.0.15
Show newest version
CREATE TABLE IF NOT EXISTS BLOBS (id INTEGER GENERATED BY DEFAULT AS IDENTITY (START WITH 1), content BLOB, PRIMARY KEY ( id ));
ALTER TABLE BLOBS ALTER COLUMN id VARCHAR(36);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy