konno-siki / furima_28465

0 stars 0 forks source link

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

Column Type Options
first_name string null: false
last_name string null: false
first_name_reading string null: false
last_name_reading string null: false
nickname string null: false
birthday date null: false
email string null: false
password string null: false

Association

itemsテーブル

Column Type Options
image text null: false
item_name string null: false
text text null: false
category string null: false
status integer null: false
fee integer null: false
prefecture integer null: false
delivery integer null: false
price integer null: false
user references foreign_key: true

Association

addressesテーブル

Column Type Options
postal_code string null: false
prefecture integer null: false
city string null: false
house_number string null: false
building_name string
tel string null: false
order references foreign_key: true

Association

ordersテーブル

Column Type Options
user references foreign_key: true
item references foreign_key: true

Association