Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usersテーブル

title 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

Association

has_many :prototypes has_many :comments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

prototypesテーブル

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

Association

has_many :users has_many :comments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

commentsテーブル

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

Association

has_many :users has_many :prototypes

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages