diff --git a/src/Service/Jobs/ChineseNfoRegistry.cs b/src/Service/Jobs/ChineseNfoRegistry.cs index 7621d4c..e6d0056 100644 --- a/src/Service/Jobs/ChineseNfoRegistry.cs +++ b/src/Service/Jobs/ChineseNfoRegistry.cs @@ -206,7 +206,8 @@ public class TheMovieDbRecord public TheMovieDbLanguage Language { get; set; } - [Column(DbType = "varchar(max)")] public string Json { get; set; } = string.Empty; + [Column(DbType = "text")] + public string Json { get; set; } = string.Empty; } public enum TheMovieDbType