yuuki-ebinuma / protsace-34477

0 stars 0 forks source link

users テーブル

Column Type Options
name string null: false
email string null: false
password 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
user references

Association

comments テーブル

Column Type Options
text text null: false
user references null: false
prototype references

Association