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

db.main.V10__mc_verification.sql Maven / Gradle / Ivy

There is a newer version: 1.0.177
Show newest version
create table mc_verification
(
    guild    unsigned big int not null,
    user     unsigned big int not null,
    message  text             not null,
    deadline datetime         not null
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy