<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=VbzCart%2Ftables%2Fshop_log</id>
	<title>VbzCart/tables/shop log - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=VbzCart%2Ftables%2Fshop_log"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/tables/shop_log&amp;action=history"/>
	<updated>2026-07-07T20:07:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://htyp.org/mw/index.php?title=VbzCart/tables/shop_log&amp;diff=11481&amp;oldid=prev</id>
		<title>Woozle: New page: ==About== * &#039;&#039;&#039;Status&#039;&#039;&#039;: design is under construction * &#039;&#039;&#039;Purpose&#039;&#039;&#039;: logs customer movement through the store, for analysis of usage patterns and looking for problems ==SQL== &lt;section b...</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/tables/shop_log&amp;diff=11481&amp;oldid=prev"/>
		<updated>2009-03-08T19:12:41Z</updated>

		<summary type="html">&lt;p&gt;New page: ==About== * &amp;#039;&amp;#039;&amp;#039;Status&amp;#039;&amp;#039;&amp;#039;: design is under construction * &amp;#039;&amp;#039;&amp;#039;Purpose&amp;#039;&amp;#039;&amp;#039;: logs customer movement through the store, for analysis of usage patterns and looking for problems ==SQL== &amp;lt;section b...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==About==&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Status&amp;#039;&amp;#039;&amp;#039;: design is under construction&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Purpose&amp;#039;&amp;#039;&amp;#039;: logs customer movement through the store, for analysis of usage patterns and looking for problems&lt;br /&gt;
==SQL==&lt;br /&gt;
&amp;lt;section begin=sql /&amp;gt;&amp;lt;mysql&amp;gt;DROP TABLE IF EXISTS `shop_log`;&lt;br /&gt;
CREATE TABLE `shop_log` (&lt;br /&gt;
  `ID`         INT      NOT NULL AUTO_INCREMENT,&lt;br /&gt;
  `ID_Client`  INT      NOT NULL COMMENT &amp;quot;shop_clients.ID&amp;quot;,&lt;br /&gt;
  `EvWhen`     DATETIME NOT NULL COMMENT &amp;quot;When this event occurred&amp;quot;,&lt;br /&gt;
  `Code`       INT      NOT NULL COMMENT &amp;quot;type of event&amp;quot;,&lt;br /&gt;
  `Descr`      VARCHAR(255) DEFAULT NULL COMMENT &amp;quot;Any details specific to this occurrence&amp;quot;,&lt;br /&gt;
  `Notes`      VARCHAR(255) DEFAULT NULL COMMENT &amp;quot;Human-entered notes&amp;quot;,&lt;br /&gt;
  PRIMARY KEY(`ID`)&lt;br /&gt;
 ) ENGINE = MYISAM;&amp;lt;/mysql&amp;gt;&lt;br /&gt;
&amp;lt;section end=sql /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>