
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)
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy