Database Table Description of "shop_transaction_status"

Name

shop_transaction_status

Description

Purpose

Schema

CREATE TABLE shop_transaction_status (
  identifier            integer NOT NULL PRIMARY KEY,
  value                 varchar(15)
);

References tables

None.

Is referenced by tables

Related sequences

Related indexes

None.

Related functions

None.

Related views

None.

History

Used first

Version 2.8

Used last

Version 2.33

Schema change history

= Version 2.8 =

CREATE TABLE shop_transaction_status (
  identifier            integer NOT NULL PRIMARY KEY,
  value                 varchar(15)
);

= Version 2.34 =

DROP TABLE shop_transaction_status;
Data change history

= Version 2.8 =

INSERT INTO shop_transaction_status VALUES (NEXTVAL('shop_transaction_status_id_sequence'), 'Ordered');
INSERT INTO shop_transaction_status VALUES (NEXTVAL('shop_transaction_status_id_sequence'), 'Shipped');
podoc/shop_transaction_status_sql_table.txt · Last modified: 2007/10/19 11:51 by Luud
www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0