SEIJI-1985 / furima-32559

0 stars 0 forks source link

README

users テーブル

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

Association

items テーブル

Column Type Options
title string null: false
price integer null: false
category_id integer null: false
condition_id integer null: false
shipping_id integer null: false
send_out_id integer null: false
community_id integer null: false
explanation text null: false
user references null: false, foreign_key: true

Association

History テーブル

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

Association

Destination

Column Type Options
postal_code string null: false
prefecture_id integer null: false
city string null: false
house_number string null: false
building string
phone_number string null: false
history references null: false, foreign_key: true

Association