table name changes

This commit is contained in:
uppuv
2023-10-12 16:01:24 -04:00
parent 885fdeb117
commit 26e79432e2
20 changed files with 30 additions and 0 deletions

View File

@ -3,6 +3,7 @@ using System.ComponentModel.DataAnnotations.Schema;
namespace DamageAssesment.Api.Attachments.Db
{
[Table("AnswerAttachments")]
public class Attachment
{
[Key]