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

table #3

Open
mahiro72 opened this issue Jan 19, 2022 · 0 comments
Open

table #3

mahiro72 opened this issue Jan 19, 2022 · 0 comments

Comments

@mahiro72
Copy link
Collaborator

mahiro72 commented Jan 19, 2022

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にしたい...)
@mahiro72 mahiro72 changed the title user model table Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant