User Tools

Site Tools


podoc:shop_transaction_sql_table

This is an old revision of the document!


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

None.

Is referenced by tables

None.

None.

None.

None.

History

Used first

Version 2.8

Used last

Still in use

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
);
Data change history

= Version 2.8 =

None.

podoc/shop_transaction_sql_table.1177080423.txt.gz · Last modified: 2007/04/20 14:47 by Luud