mirror of https://github.com/halo-dev/halo
fix #356
parent
13c120b815
commit
2f847b9a94
|
@ -52,7 +52,7 @@ public class Attachment extends BaseEntity {
|
||||||
/**
|
/**
|
||||||
* Attachment media type.
|
* Attachment media type.
|
||||||
*/
|
*/
|
||||||
@Column(name = "media_type", columnDefinition = "varchar(50) not null")
|
@Column(name = "media_type", columnDefinition = "varchar(127) not null")
|
||||||
private String mediaType;
|
private String mediaType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue