-
Notifications
You must be signed in to change notification settings - Fork 0
Open
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にしたい...)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels