pull/376/head
ruibaby 2019-10-31 19:19:36 +08:00
parent 13c120b815
commit 2f847b9a94
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class Attachment extends BaseEntity {
/**
* Attachment media type.
*/
@Column(name = "media_type", columnDefinition = "varchar(50) not null")
@Column(name = "media_type", columnDefinition = "varchar(127) not null")
private String mediaType;
/**