Doer-org / Doer-org/hack-camp_vol13_server
table
Open
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## user table
- uid : string
- user_name : string
- image_url : string
- comment : string
- location : string
- twitter : string
- github : string
- url : string
- follow : int
- follower : int
- status(ranking,medal)
## thread table
- id : int
- name : string
- vote : int
- user_id : string(外部キー)
- created_at
## comments table
- id : int
- thread_id : int (外部キー)
- user_id : string (外部キー)
- created_at
- body : string (markdownにしたい...)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.