Skip to content

Instantly share code, notes, and snippets.

@arata-honda
Last active February 10, 2019 17:55
Show Gist options
  • Save arata-honda/a2dfb0c2277008c159ce2e7b8a15dad5 to your computer and use it in GitHub Desktop.
Save arata-honda/a2dfb0c2277008c159ce2e7b8a15dad5 to your computer and use it in GitHub Desktop.
weigt-appのgist
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