mirror of https://github.com/elunez/eladmin
add mapstruct
parent
6ea6f2be0f
commit
5e62cac5c4
|
@ -1,15 +1,6 @@
|
||||||
alter table event
|
alter table event
|
||||||
add column public_link varchar(255);
|
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
|
create table group_player
|
||||||
(
|
(
|
||||||
id bigint auto_increment primary key,
|
id bigint auto_increment primary key,
|
||||||
|
|
Loading…
Reference in New Issue