[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

payment_type table



Below is the payment_type table definition.  Does anyone know why the label field is primary rather than the id field?


CREATE TABLE payment_type
(
  id serial NOT NULL,
  label text NOT NULL,
  CONSTRAINT payment_type_pkey PRIMARY KEY (label ),
  CONSTRAINT payment_type_id_key UNIQUE (id )
)

Thanks.
Brian

Brian Wolf
Phone: 410.367.2958
Email: ..hidden..
Try out Activus Secure Payments™, our recurring payments application.