User Tools

Site Tools


podoc:shop_item_generator_rule_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_item_generator_rule_sql_table [2007/04/17 12:18] Luudpodoc:shop_item_generator_rule_sql_table [2007/10/19 15:51] (current) Luud
Line 11: Line 11:
 === Schema === === Schema ===
  
-<code>+<code sql>
 create table shop_item_generator_rule ( create table shop_item_generator_rule (
   identifier             integer not null primary key,   identifier             integer not null primary key,
Line 24: Line 24:
 </code> </code>
  
-=== Related tables ===+=== References tables === 
 + 
 +  * currency references [[currency sql table|currency]](identifier) 
 +  * shop_item references [[shop_item sql table|shop_item]](identifier) 
 +  * users references [[users sql table|users]](identifier) 
 + 
 +=== Is referenced by tables === 
 + 
 +None.
  
 === Related sequences === === Related sequences ===
Line 31: Line 39:
  
 === Related indexes === === Related indexes ===
 +
 +None.
  
 === Related functions === === Related functions ===
 +
 +None.
  
 === Related views === === Related views ===
Line 46: Line 58:
 == Used last == == Used last ==
  
-Still in use+Version 2.33
  
 == Schema change history == == Schema change history ==
Line 52: Line 64:
 = Version 2.26 = = Version 2.26 =
  
-<code>+<code sql>
 create table shop_item_generator_rule ( create table shop_item_generator_rule (
   identifier             integer not null primary key,   identifier             integer not null primary key,
Line 63: Line 75:
   date_of_last_edit      timestamp   date_of_last_edit      timestamp
 ); );
 +</code>
 +
 += Version 2.34 =
 +
 +<code sql>
 +drop table shop_item_generator_rule;
 </code> </code>
  
 == Data change history == == Data change history ==
  
podoc/shop_item_generator_rule_sql_table.1176812292.txt.gz · Last modified: 2007/04/17 12:18 by Luud