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

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

There is a newer version: 3.0.15
Show newest version
CREATE TABLE IF NOT EXISTS BLOBS (
  id int(11) NOT NULL AUTO_INCREMENT,
  content longblob,
  PRIMARY KEY (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE BLOBS MODIFY id VARCHAR(36) NOT NULL




© 2015 - 2024 Weber Informatics LLC | Privacy Policy