add mapstruct

pull/882/head
chanhengseang 2025-05-25 18:50:11 -07:00
parent 6ea6f2be0f
commit 5e62cac5c4
1 changed files with 0 additions and 9 deletions

View File

@ -1,15 +1,6 @@
alter table event
add column public_link varchar(255);
create table match_group
(
id bigint auto_increment primary key,
create_time datetime,
size int default 2 not null,
name varchar(255) not null,
score int default 0
);
create table group_player
(
id bigint auto_increment primary key,