Suzun0suke / protospace-8019

0 stars 0 forks source link

テーブル設計

usersテーブル

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

Association

prototypesテーブル

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

Association

commentsテーブル

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

Association