Skip to content

record daily alcohol intake for your healthier life with Alcoho-Rhythm

Notifications You must be signed in to change notification settings

saitamau-maximum/alcoho-rhythm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alcoho-Rhythm

DB設計

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 "記録更新日時"
    }
Loading

About

record daily alcohol intake for your healthier life with Alcoho-Rhythm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages