I have these classes:
[Table("Intents", Schema = "chat")] public class Intent { [Key] public int Id { get; set; } [Column(&quo