User Tools

Site Tools


podoc:shop_transaction_sql_table

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
podoc:shop_transaction_sql_table [2007/04/19 08:53] Luudpodoc:shop_transaction_sql_table [2007/10/19 15:51] (current) Luud
Line 11: Line 11:
 === Schema === === Schema ===
  
-<code>+<code sql>
 create table shop_transaction ( create table shop_transaction (
   identifier            integer not null primary key,   identifier            integer not null primary key,
Line 20: Line 20:
 ); );
 </code> </code>
 +
 +=== References tables ===
 +
 +  * status references [[shop_transaction_status sql table|shop_transaction_status]](identifier)
 +
 +=== Is referenced by tables ===
 +
 +  * [[shop_order sql table|shop_order]](transaction) references identifier
  
 === Related sequences === === Related sequences ===
Line 45: Line 53:
 == Used last == == Used last ==
  
-Still in use+Version 2.33
  
 == Schema change history == == Schema change history ==
Line 51: Line 59:
 = Version 2.8 = = Version 2.8 =
  
-<code>+<code sql>
 create table shop_transaction ( create table shop_transaction (
   identifier            integer not null primary key,   identifier            integer not null primary key,
Line 61: Line 69:
 </code> </code>
  
-== Data change history ==+Version 2.34 =
  
-= Version 2.8 =+<code sql> 
 +drop table shop_transaction; 
 +</code>
  
-None.+== Data change history ==
  
podoc/shop_transaction_sql_table.1176972793.txt.gz · Last modified: 2007/04/19 08:53 by Luud