dtb_customer

会員テーブル

カラム名 属性(Doctrine) 説明
id integer ID
name01 string
name02 string
kana01 string
kana02 string
company_name string
postal_code string 郵便番号
addr01 string
addr02 string
email string メールアドレス
phone_number string
birth datetimetz
password string
salt string
secret_key string
first_buy_date datetimetz
last_buy_date datetimetz
buy_times decimal
buy_total decimal
note string 備考
reset_key string
reset_expire datetimetz
point decimal
create_date datetimetz データ登録日時
update_date datetimetz データ更新日時
customer_status_id smallint 外部キー mtb_customer_status
sex_id smallint 外部キー mtb_sex
job_id smallint 外部キー mtb_job
country_id smallint 外部キー mtb_country
pref_id smallint 外部キー mtb_pref

参照されているテーブル

  • dtb_cart :customer_id
  • dtb_customer_address :customer_id
  • dtb_customer_favorite_product :customer_id
  • dtb_order :customer_id
  • EC-CUBE4開発リファレンス