Column | Type | Options |
---|---|---|
name | string | null: false |
string | null: false, unique: true | |
encrypted_password | string | null: false |
profile | text | null: false |
occupation | text | null: false |
position | text | null: false |
- has_many :prototypes
- has_many :comments
Column | Type | Options |
---|---|---|
title | string | null: false |
user | references | null: false, foreign_key: true |
catch_copy | text | null: false |
concept | text | null: false |
- belongs_to :user
- has_many :comments
Column | Type | Options |
---|---|---|
content | text | null: false |
user | references | null: false, foreign_key: true |
prototype | references | null: false, foreign_key: true |
- belongs_to :user
- belongs_to :prototype