address_book (「address_book」テーブル)フィールド一覧

フィールド名 データ型 制約 主キー 外部キー 説明文
customers_id integer   - customers_id
address_book_id serial   - address_book_id
entry_gender text not null  - - entry_gender
entry_company text   - - entry_company
entry_firstname text not null  - - entry_firstname
entry_lastname text not null  - - entry_lastname
entry_street_address text not null  - - entry_street_address
entry_suburb text   - - entry_suburb
entry_postcode text not null  - - entry_postcode
entry_city text not null  - - entry_city
entry_state text   - - entry_state
entry_country_id integer not null default 0  - - entry_country_id
entry_zone_id integer not null default 0  - - entry_zone_id
entry_telephone text default ''  - - entry_telephone
deliverty_telephone text   - - deliverty_telephone

[テーブル一覧に戻る]