Sergey-2212 / FF-PersonalAreaService

The Personal area service provides access to the client's personal account including the personal data and dietary preferences.
0 stars 0 forks source link

Создание таблицы анкеты в БД. #5

Open Sergey-2212 opened 1 year ago

Sergey-2212 commented 1 year ago

Person(person)

поле | тип в классе | тип в таблице -- | -- | -- id | Long | SERIAL sex | Sex | sex birthday | Data | date weight | Integer | smallint height | Integer | smallint activity | Activity | activity goal | Goal | goal
Sergey-2212 commented 1 year ago

Goal(goal)

поле | тип в классе | тип в таблице -- | -- | -- id | Long | SERIAL title | String | varchar protein | float | real fat | float | real carbohydrate | float | real

Sergey-2212 commented 1 year ago

Activity(activity)

поле | тип в классе | тип в таблице -- | -- | -- id | Long | SERIAL title | String | varchar coefficient | float | real