Skip to content
New issue

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

ユーザ機能の拡張 #5

Closed
Tracked by #3
taako-502 opened this issue Nov 3, 2023 · 0 comments
Closed
Tracked by #3

ユーザ機能の拡張 #5

taako-502 opened this issue Nov 3, 2023 · 0 comments

Comments

@taako-502
Copy link
Owner

taako-502 commented Nov 3, 2023

Usersテーブル

ユーザー情報を管理するためのテーブル定義は以下の通りです。

属性名 データ型 説明
userId String ユニークなユーザーID。UUIDを利用すると良いでしょう。
username String ユーザー名。
email String ユーザーのメールアドレス。
passwordHash String パスワードのハッシュ値。セキュリティのため、平文保存は避けます。
createdAt String ユーザーが作成された日時。
updatedAt String ユーザー情報が最後に更新された日時。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant