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.
ユーザーの顔写真を保存する列を users テーブルに追加する必要がありますか?
または、顔写真を保存する新しいテーブルを作成する必要がありますか?
メンバーシップのテーブルを変更することはできません。これらのメンバーシップ テーブルのいずれかの列を追加/編集/削除すると、メンバーシップ プロバイダーは機能しなくなります。
代わりに、独自のテーブルを作成し、Membership の Users テーブルの UserID を主キーと外部キー (基本的には 1 対 1 の関係) として作成します。
ここに例があります -