zaki09901 / protospace-35790

0 stars 0 forks source link

usersテーブル

Column Type Options
email string null: false, foreign_key: true
password string null: false, foreign_key: true
name string null: false, foreign_key: true
profile text null: false, foreign_key: true
occupation text null: false, foreign_key: true
position text null: false, foreign_key: true

Association

prototypesテーブル

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

Association

commentsテーブル

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

Association