| フィールド名 | データ型 | 制約 | 主キー | 外部キー | 説明文 |
|---|---|---|---|---|---|
| customers_newsletter | text | - | - | customers_newsletter | |
| customers_password | text | not null | - | - | customers_password |
| customers_fax | text | - | - | customers_fax | |
| customers_telephone | text | not null | - | - | customers_telephone |
| customers_default_address_id | integer | - | - | customers_default_address_id | |
| customers_email_address | text | not null | - | - | customers_email_address |
| customers_dob | timestamp | not null | - | - | customers_dob |
| customers_lastname | text | not null | - | - | customers_lastname |
| customers_firstname | text | not null | - | - | customers_firstname |
| customers_gender | text | not null | - | - | customers_gender |
| customers_id | serial | ○ | - | customers_id |