Last active
February 10, 2019 17:55
-
-
Save arata-honda/a2dfb0c2277008c159ce2e7b8a15dad5 to your computer and use it in GitHub Desktop.
weigt-appのgist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
users | |
user_id:string | |
name:string | |
height:float | |
goal_weight:float (nullable) | |
goal_bmi:float (nullable) | |
goal_body_fat:float (nullable) | |
rails g model User id:string name:string height:string goal_weight:float goal_bmi:float goal_body_fat:float |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment