![JAR search and dependency download from the Maven repository](/logo.png)
db.pings.V2__thread_pings.sql Maven / Gradle / Ivy
create table thread_pings
(
channel unsigned big int not null,
role unsigned big int not null,
constraint thread_pings_pk primary key (channel, role)
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy