db.main.V13__logging.sql Maven / Gradle / Ivy
create table logging_channels
(
type tinyint not null,
channel unsigned big int not null,
constraint logging_channels_keys primary key (type, channel)
);
create table logging_channels
(
type tinyint not null,
channel unsigned big int not null,
constraint logging_channels_keys primary key (type, channel)
);