我有一个具有外部键值的表。所以我可以在照片桌上保存一封信的照片。该表有三列:
{
Id is not null,
Picture is not null,
Latterid (Foreign key) is not null
}
我不知道应该写什么语法来为这个表添加一点
我的程序是用C#编写的,我使用的是Entity Framework。
答案 0 :(得分:0)
查看本指南,它提供了有关如何使用EF向数据库和模型添加字段的一些指导。 https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/new-field