Skip to content

ryomasuda4611/chat-space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

テーブル

usersテーブル

  • username :string, index: true
  • group_id :references, foreign_key: true

groupsテーブル

  • name :string

tweetsテーブル

  • tweet :text
  • image :text

user_groupsテーブル

  • user_id :references foreign_key true
  • group_id :references foreign_key true

アソシエーション

users

  • has_many groups through: :user_groups
  • has_many tweets

tweets

  • belongs_to user

groups

  • has_many users through: :user_groups

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published