Skip to content

HoshimuraYu-ki/protospace-38410

Repository files navigation

README

users table

Column Type Options
email string null: false, unique: true
encrypted_password string null: false
name string null: false
profile text null: false
occupation text null: false
position text null: false

users Association

  • has_many : prototypes
  • has_many : comments

prototypes table

Column Type Options
title string null: false
catch_copy text null: false
concept text null: false
user references null: false, foreign_key: true

prototypes Association

  • belongs_to :user
  • has_many :comments

comments table

Column Type Options
content text null: false
prototype references null: false, foreign_key: true
user references null: false, foreign_key: true

comments Association

  • belongs_to :user
  • belongs_to :prototype

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published