dtb_payment
支払方法の一覧テーブル
| カラム名 | 属性(Doctrine) | 説明 |
| id | integer | ID |
| payment_method | string | |
| charge | decimal | |
| rule_max | decimal | |
| sort_no | smallint | 並び順 |
| fixed | boolean | |
| payment_image | string | |
| rule_min | decimal | |
| method_class | string | |
| visible | boolean | 表示/非表示フラグ |
| create_date | datetimetz | データ登録日時 |
| update_date | datetimetz | データ更新日時 |
| creator_id | integer | 外部キー dtb_member |
参照されているテーブル
インストール直後の初期データ
| id | payment_method | charge | rule_max | sort_no | fixed | payment_image | rule_min | method_class | visible | create_date | update_date | creator_id |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 郵便振替 | 0.00 | 4 | 1 | 0.00 | Eccube\Service\Payment\Method\Cash | 1 | 2017-03-07 10:14:52 | 2017-03-07 10:14:52 | |||
| 2 | 現金書留 | 0.00 | 3 | 1 | 0.00 | Eccube\Service\Payment\Method\Cash | 1 | 2017-03-07 10:14:52 | 2017-03-07 10:14:52 | |||
| 3 | 銀行振込 | 0.00 | 2 | 1 | 0.00 | Eccube\Service\Payment\Method\Cash | 1 | 2017-03-07 10:14:52 | 2017-03-07 10:14:52 | |||
| 4 | 代金引換 | 0.00 | 1 | 1 | 0.00 | Eccube\Service\Payment\Method\Cash | 1 | 2017-03-07 10:14:52 | 2017-03-07 10:14:52 |