Update max channel length

This commit is contained in:
Kavin 2023-03-06 01:14:46 +00:00 committed by GitHub
parent 82db66b24a
commit c5981d8aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ public class Channel {
@Column(name = "uploader_id", unique = true, nullable = false, length = 30)
private String uploader_id;
@Column(name = "uploader", length = 80)
@Column(name = "uploader", length = 100)
private String uploader;
@Column(name = "uploader_avatar", length = 150)