Change Json property type from varchar(max) to text in ChineseNfoRegistry
This commit is contained in:
@@ -206,7 +206,8 @@ public class TheMovieDbRecord
|
|||||||
|
|
||||||
public TheMovieDbLanguage Language { get; set; }
|
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
|
public enum TheMovieDbType
|
||||||
|
|||||||
Reference in New Issue
Block a user