Skip to content

Instantly share code, notes, and snippets.

View arata-honda's full-sized avatar

Arata Honda arata-honda

  • 株式会社スタンバイ
View GitHub Profile
user_body_assembly_relations
user_id:string
weight:float
bmi:float
fat:float
measurement_time:datetime
rails g model UserBodyAssenmblyRealations user_id:string weight:float bmi:float fat:float measurement_time:datetime
@arata-honda
arata-honda / User model
Last active February 10, 2019 17:55
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