EF Core는 제한적인 JSON 속성을 지원합니다. EF Core 8에 추가된 기본 형식 컬렉션으로 JSON 열에 매핑할 수 있습니다. public class PrimitiveCollections { public IEnumerable<int> Ints { get; set; } public ICollection<string> Strings { get; set; } public IList<DateOnly> Dates { ge...
dimohy.slogs.dev3 min readNo responses yet.