customers_status_id
| int(11) NOT NULL default '0'
|
language_id
| int(11) NOT NULL DEFAULT '1'
|
customers_status_name
| VARCHAR(32) NOT NULL DEFAULT
|
| customers_status_public
| int(1) NOT NULL DEFAULT '1'
|
| customers_status_min_order
| int(7) DEFAULT NULL
|
| customers_status_max_order
| int(7) DEFAULT NULL
|
| customers_status_image
| varchar(64) DEFAULT NULL
|
| customers_status_discount
| decimal(4,2) DEFAULT '0'
|
| customers_status_ot_discount_flag
| char(1) NOT NULL DEFAULT '0'
|
| customers_status_ot_discount
| decimal(4,2) DEFAULT '0'
|
| customers_status_graduated_prices
| varchar(1) NOT NULL DEFAULT '0'
|
| customers_status_show_price
| int(1) NOT NULL DEFAULT '1'
|
| customers_status_show_price_tax
| int(1) NOT NULL DEFAULT '1'
|
| customers_status_add_tax_ot
| int(1) NOT NULL DEFAULT '0'
|
| customers_status_payment_unallowed
| varchar(255) NOT NULL
|
| customers_status_shipping_unallowed
| varchar(255) NOT NULL
|
| customers_status_discount_attributes
| int(1) NOT NULL DEFAULT '0'
|
| customers_fsk18
| int(1) NOT NULL DEFAULT '1'
|
| customers_fsk18_display
| int(1) NOT NULL DEFAULT '1'
|
| customers_status_write_reviews
| int(1) NOT NULL DEFAULT '1'
|
| customers_status_read_reviews
| int(1) NOT NULL DEFAULT '1'
|