shirajun / furima-30429_2

0 stars 0 forks source link

@@ -1,6 +1,6 @@

テーブル設計

Users テーブル

Column Type Options
nickname string null: false
email string null: false
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
name string null: false
text text null: false
price integer null: false
user reference null: false, foreign_key: true
category_id integer null: false
condition_id integer null: false
shipping_format_id integer null: false
day_id integer null: false
prefecture_id integer null: false

Association

Orders テーブル

column Type Options
postal_code string null: false
prefecture_id string null: false
municipality string null: false
address string null: false
building_name string
phone_number string null: false
purchase reference null: false, foreign_key: true

Association

Purchases テーブル

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

Association