<?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%2Fstk_whse</id>
	<title>VbzCart/tables/stk whse - 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%2Fstk_whse"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/tables/stk_whse&amp;action=history"/>
	<updated>2026-06-25T23:01:55Z</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/stk_whse&amp;diff=21445&amp;oldid=prev</id>
		<title>Woozle: Created page with &quot;==About== * &#039;&#039;&#039;Purpose&#039;&#039;&#039;: tracks {{l/vc/term|warehouse}} locations * &#039;&#039;&#039;Future&#039;&#039;&#039;: we&#039;ll probably want contact information, eventually. * &#039;&#039;&#039;History&#039;&#039;&#039;: ** &#039;&#039;&#039;2016-01-08&#039;&#039;&#039; c...&quot;</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/tables/stk_whse&amp;diff=21445&amp;oldid=prev"/>
		<updated>2016-01-09T02:12:23Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==About== * &amp;#039;&amp;#039;&amp;#039;Purpose&amp;#039;&amp;#039;&amp;#039;: tracks {{l/vc/term|warehouse}} locations * &amp;#039;&amp;#039;&amp;#039;Future&amp;#039;&amp;#039;&amp;#039;: we&amp;#039;ll probably want contact information, eventually. * &amp;#039;&amp;#039;&amp;#039;History&amp;#039;&amp;#039;&amp;#039;: ** &amp;#039;&amp;#039;&amp;#039;2016-01-08&amp;#039;&amp;#039;&amp;#039; c...&amp;quot;&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;Purpose&amp;#039;&amp;#039;&amp;#039;: tracks {{l/vc/term|warehouse}} locations&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Future&amp;#039;&amp;#039;&amp;#039;: we&amp;#039;ll probably want contact information, eventually.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;History&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;2016-01-08&amp;#039;&amp;#039;&amp;#039; created because it really doesn&amp;#039;t make sense to have warehouses in the suppliers table, but we do (or will) need a way to track them.&lt;br /&gt;
==SQL==&lt;br /&gt;
&amp;lt;mysql&amp;gt;CREATE TABLE `stk_whse` (&lt;br /&gt;
   `ID` INT NOT NULL AUTO_INCREMENT,&lt;br /&gt;
   `Name`     VARCHAR(64) COMMENT &amp;#039;name of supplier as displayed&amp;#039;,&lt;br /&gt;
   `isActive` BOOL COMMENT &amp;#039;if FALSE, hide from casual listings&amp;#039;,&lt;br /&gt;
   `Notes`    TEXT COMMENT &amp;quot;Human-entered notes about this supplier, for quick reference&amp;quot;,&lt;br /&gt;
   PRIMARY KEY(`ID`)&lt;br /&gt;
 ) ENGINE = MYISAM;&amp;lt;/mysql&amp;gt;&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>