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

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

There is a newer version: 1.0.177
Show newest version
create table counters
(
    guild  big int not null,
    value  text    not null primary key,
    amount int     not null
) without rowid;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy