Change table 'links' column from 'group' to 'team'

pull/137/head
johnniang 2019-03-21 11:12:09 +08:00
parent f73d6c4342
commit 09a91b2692
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ public class Link extends BaseEntity {
/**
*
*/
@Column(name = "group", columnDefinition = "varchar(255) default ''")
private String group;
@Column(name = "team", columnDefinition = "varchar(255) default ''")
private String team;
@Override