<?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=User%3AWoozle%2FPostFerret%2Fsql%2Fclass</id>
	<title>User:Woozle/PostFerret/sql/class - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=User%3AWoozle%2FPostFerret%2Fsql%2Fclass"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=User:Woozle/PostFerret/sql/class&amp;action=history"/>
	<updated>2026-07-03T14:44:40Z</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=User:Woozle/PostFerret/sql/class&amp;diff=21052&amp;oldid=prev</id>
		<title>Woozle: first draft</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=User:Woozle/PostFerret/sql/class&amp;diff=21052&amp;oldid=prev"/>
		<updated>2015-06-29T22:58:51Z</updated>

		<summary type="html">&lt;p&gt;first draft&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;: Defines classes that use {{l/same|atom}}s&lt;br /&gt;
** This is a reference table, not generally modified by code. It may turn out to be basically unnecessary, but on the other hand it should reduce storage requirements just a little (4 bytes to encode the class for each atom rather than a variable number of characters).&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;2015-06-29&amp;#039;&amp;#039;&amp;#039; first draft&lt;br /&gt;
==SQL==&lt;br /&gt;
&amp;lt;mysql&amp;gt;&lt;br /&gt;
CREATE TABLE `pf_class` (&lt;br /&gt;
   `ID`                  INT NOT NULL AUTO_INCREMENT,&lt;br /&gt;
   `Code`        VARCHAR(63) NOT NULL COMMENT &amp;quot;actual name within code of the class that implements the atom-chain&amp;quot;,&lt;br /&gt;
   PRIMARY KEY(`ID`)&lt;br /&gt;
 )&lt;br /&gt;
ENGINE = MYISAM;&lt;br /&gt;
&amp;lt;/mysql&amp;gt;&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>