Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该在用户表中添加一列来存储用户面部图片吗?
或者我应该创建一个新表来保存人脸图片吗?
您不能更改会员的表格。如果您添加/编辑/删除其中一个成员表的列,成员资格提供程序将停止工作。
相反,您想创建自己的表,并将 Membership 的 Users 表的 UserID 作为主键和外键(基本上是一对一的关系)。
这是一个例子 -