<?xml version="1.0" encoding="windows-1252"?>
<node id="998976" title="Re^2: A Tutorial for CGI::Application" created="2012-10-14 17:27:43" updated="2012-10-14 17:27:43">
<type id="11">
note</type>
<author id="273627">
bradcathey</author>
<data>
<field name="doctext">
&lt;p&gt;Pretty basic MySQL&lt;/p&gt;
&lt;blockquote&gt;&lt;code&gt;
CREATE TABLE `contacts` (
  `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(64) DEFAULT NULL,
  `address` varchar(64) DEFAULT NULL,
  `city` varchar(64) DEFAULT NULL,
  `more_info` tinyint unsigned,
  `created_on` datetime DEFAULT NULL,
  `updated_on` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=latin1 |
&lt;/code&gt;&lt;/blockquote&gt;


&lt;div class="pmsig"&gt;&lt;div class="pmsig-273627"&gt;
&amp;mdash;Brad&lt;br /&gt;&lt;small&gt;&lt;i&gt;"The important work of moving the world forward does not wait to be done by perfect men."&lt;/i&gt;  George Eliot&lt;/small&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;</field>
<field name="root_node">
698693</field>
<field name="parent_node">
998044</field>
</data>
</node>
