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)
);
create table thread_pings
(
channel unsigned big int not null,
role unsigned big int not null,
constraint thread_pings_pk primary key (channel, role)
);