Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

テーブルスキーマ一覧 #3

Open
7 tasks
t4t5u0 opened this issue Aug 20, 2022 · 1 comment
Open
7 tasks

テーブルスキーマ一覧 #3

t4t5u0 opened this issue Aug 20, 2022 · 1 comment
Assignees
Labels
back documentation Improvements or additions to documentation

Comments

@t4t5u0
Copy link
Member

t4t5u0 commented Aug 20, 2022

  • user_table
  • daily_mission_table
  • weekly_mission_table
  • daily_history_table
  • weekly_history_table
  • all_history_table
  • region_table
@t4t5u0 t4t5u0 added back documentation Improvements or additions to documentation labels Aug 20, 2022
@t4t5u0 t4t5u0 moved this to 😇Todo in spajam2022 Aug 20, 2022
@t4t5u0
Copy link
Member Author

t4t5u0 commented Aug 20, 2022

user_table

name type
id int
name str
mail str
region int -> region_id
has_car bool
has_aircon bool
has_tv bool
total_point int

daily_mission_table

name type
id int
name str
content str
tag_id int -> tag_table
point int

weekly_mission_table

name type
id int
name str
content str
tag_id int -> tag_table
point int

daily_history_table

name type
id int
complete_date datetime
user_id int
mission_id int

weekly_history_table

name type
id int
complete_date datetime
user_id int
mission_id int

all_history_table

name type
id int
complete_date datetime
user_id int
mission_category str
mission_id int

region_table

name type
region_id int
name str

tag_table

name type
tag_id int
tag str

@yuhi-dosei yuhi-dosei moved this from 😇Todo to 📄Documentation in spajam2022 Aug 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back documentation Improvements or additions to documentation
Projects
Status: 📄Documentation
Development

No branches or pull requests

2 participants