Alter video title's max size.

See #pnfdBcKHoUw
This commit is contained in:
FireMasterK 2021-07-23 00:29:13 +05:30
parent 9020c28aee
commit b4c96729b7
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -18,7 +18,7 @@ public class Video {
@Column(name = "id", unique = true, length = 16)
private String id;
@Column(name = "title", length = 100)
@Column(name = "title", length = 120)
private String title;
@Column(name = "views")