erDiagram
users ||--o{ drinking_records : "makes"
users {
INTEGER id PK "ユーザーID"
TEXT username "ユーザー名"
REAL weight "体重"
TEXT email "メールアドレス"
TEXT password "ログインパスワード"
}
drinking_records {
INTEGER id PK "飲酒ID"
INTEGER user_id FK "ユーザーID"
REAL alcohol_amount "純アルコール量 (mL)"
INTEGER condition "体調 (1: 良い, 5: 悪い)"
INTEGER date "飲酒した日付"
INTEGER updated_at "記録更新日時"
}
-
Notifications
You must be signed in to change notification settings - Fork 0
saitamau-maximum/alcoho-rhythm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
record daily alcohol intake for your healthier life with Alcoho-Rhythm
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published