Table Data dictionary report - shipping_methods

Generated: 2018-10-18 8:06:31 AM
Server: PostgreSQL 9.3 (localhost:5432)
Database: datadict_donotremove
Schema: public
Notes:

Table for Shipping Methods

Columns

Name Data type Not Null? Primary key? Default Comment
id integer Yes Yes nextval('shipping_methods_id_seq'::regclass) Unique identifier
code character varying(10) No No Shipping method code
description character varying(60) No No Shipping method description
freight_taxable boolean No No Shipping method taxable flag; FALSE = No TRUE = Yes
freight_type character varying(1) No No Freight Type; A = Fixed amount P = Prompt each time R = Percentage on sales
freight_threshold numeric(15,2) No No Threshhold for no charge freight
freight_rate numeric(5,2) No No Freight rate percent or amount
freight_min numeric(15,2) No No Minimum freight to charge
freight_max numeric(15,2) No No Maximum freight to charge
_dbversion integer No No Program version that last modified this record
_created timestamp without time zone No No UTC Date and time record was created
_created_by character varying(3) No No User initials that created this record
_modified timestamp without time zone No No UTC Date and time this record was last modified
_modified_by character varying(3) No No User initials that last modified this record
udf_data hstore No No ''::hstore User defined data for this record

Constraints

Name Type Definition Comment
ship_via_pkey Primary key (id)

Report generated by pgAdmin3 LTS by BigSQL