We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
辞書には通し番号 ID が付けられているが、同様のものをユーザーにも付ける。通し番号による ID はユーザーページの URL やユーザー参照用に使う。ユーザー名 (ニックネームではない方) もユニークな ID として使えるが、番号の方がいろいろと利便性が高いと思うので。
ユーザーも論理削除にする必要が出てきそう。物理削除のままでは、削除されたユーザーと同じ ID を別の新規ユーザーに付けてしまい、混乱が生じる可能性があるため。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
辞書には通し番号 ID が付けられているが、同様のものをユーザーにも付ける。通し番号による ID はユーザーページの URL やユーザー参照用に使う。ユーザー名 (ニックネームではない方) もユニークな ID として使えるが、番号の方がいろいろと利便性が高いと思うので。
ユーザーも論理削除にする必要が出てきそう。物理削除のままでは、削除されたユーザーと同じ ID を別の新規ユーザーに付けてしまい、混乱が生じる可能性があるため。
The text was updated successfully, but these errors were encountered: