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

ma.boot.doma-spring-boot-sample-event-handler.1.5.0.source-code.schema.sql Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
CREATE TABLE IF NOT EXISTS messages (
  id   INT PRIMARY KEY AUTO_INCREMENT,
  text VARCHAR(255),
  createdAt DATE
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy