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

db.default.migration.V1__.sql Maven / Gradle / Ivy

The newest version!
create table guestbooks (
    id bigint auto_increment primary key,
    email varchar(255),
    content varchar(255),
    primary key (id)
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy