Database Table Description of "shop_transaction"

Name

shop_transaction

Description

Purpose

Schema

CREATE TABLE shop_transaction (
  identifier            integer NOT NULL PRIMARY KEY,
  STATUS                integer NOT NULL REFERENCES shop_transaction_status(identifier),
  remark                text,
  date_of_creation      timestamp,
  date_of_last_edit     timestamp
);

References tables

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 (
  identifier            integer NOT NULL PRIMARY KEY,
  STATUS                integer NOT NULL REFERENCES shop_transaction_status(identifier),
  remark                text,
  date_of_creation      timestamp,
  date_of_last_edit     timestamp
);

= Version 2.34 =

DROP TABLE shop_transaction;
Data change history
podoc/shop_transaction_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