db.main.V4__counters.sql Maven / Gradle / Ivy
create table counters
(
guild big int not null,
value text not null primary key,
amount int not null
) without rowid;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
create table counters
(
guild big int not null,
value text not null primary key,
amount int not null
) without rowid;