Skip to content

table #3

@mahiro72

Description

@mahiro72

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にしたい...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions