wip: implement ws base
This commit is contained in:
@@ -59,6 +59,10 @@ public class CompetitionModel {
|
||||
|
||||
String owner;
|
||||
|
||||
List<String> admin = new ArrayList<>();
|
||||
@Column(name = "table_")
|
||||
List<String> table = new ArrayList<>();
|
||||
|
||||
String data1;
|
||||
String data2;
|
||||
String data3;
|
||||
|
||||
Reference in New Issue
Block a user