ryohei8 / furima-40465

0 stars 0 forks source link

users

Column Type Options
nickname string null: false
email string null: false, unique: true
encrypted_password string null: false
last_name string null: false
first_name string null: false
last_name_kana string null: false
first_name_kana string null: false
birthday date null: false

Association

items

Column Type Options
name string null: false, limit: 40
description text null: false, limit:1000
category_id integer null: false
condition_id integer null: false
shipping_cost_burden_id integer null: false
province_id integer null: false
shipping_day_id integer null: false
price integer null: false
user references null: false, foreign_key: true

Association

purchase_records

Column Type Options
user references null: false, foreign_key: true
item references null: false, foreign_key: true

Association

shipping_addresses

Column Type Options
postal_code string null: false
province_id integer null: false
city string null: false
street_address string null: false
building_name string
phone_number string null: false
purchase_record references null: false, foreign_key: true

Association