dtb_order
注文テーブル
| カラム名 | 属性(Doctrine) | 説明 |
| id | integer | ID |
| pre_order_id | string | |
| order_no | string | |
| message | string | |
| name01 | string | |
| name02 | string | |
| kana01 | string | |
| kana02 | string | |
| company_name | string | |
| string | メールアドレス | |
| phone_number | string | |
| postal_code | string | 郵便番号 |
| addr01 | string | |
| addr02 | string | |
| birth | datetimetz | |
| subtotal | decimal | |
| discount | decimal | |
| delivery_fee_total | decimal | |
| charge | decimal | |
| tax | decimal | |
| total | decimal | |
| payment_total | decimal | |
| payment_method | string | |
| note | string | 備考 |
| create_date | datetimetz | データ登録日時 |
| update_date | datetimetz | データ更新日時 |
| order_date | datetimetz | |
| payment_date | datetimetz | |
| currency_code | string | |
| complete_message | text | |
| complete_mail_message | text | |
| customer_id | integer | 外部キー dtb_customer |
| country_id | smallint | 外部キー mtb_country |
| pref_id | smallint | 外部キー mtb_pref |
| sex_id | smallint | 外部キー mtb_sex |
| job_id | smallint | 外部キー mtb_job |
| payment_id | integer | 外部キー dtb_payment |
| device_type_id | smallint | 外部キー mtb_device_type |
| order_status_id | smallint | 外部キー mtb_customer_order_status |
| order_status_id | smallint | 外部キー mtb_order_status_color |
| order_status_id | smallint | 外部キー mtb_order_status |
| add_point | decimal | |
| use_point | decimal |