Doer-org / Doer-org/hack-camp_vol13_server

table

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.