<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pablowe &#187; MySQL Schema Design</title>
	<atom:link href="http://www.pablowe.net/tag/mysql-schema-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pablowe.net</link>
	<description>%&#62; random tech;</description>
	<lastBuildDate>Fri, 30 Sep 2011 16:54:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>The Dangers of Having status fields</title>
		<link>http://www.pablowe.net/2008/08/the-dangers-of-having-status-fields/</link>
		<comments>http://www.pablowe.net/2008/08/the-dangers-of-having-status-fields/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 19:59:02 +0000</pubDate>
		<dc:creator>rlowe</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL Performance]]></category>
		<category><![CDATA[MySQL Schema Design]]></category>

		<guid isPermaLink="false">http://www.pablowe.net/?p=11</guid>
		<description><![CDATA[Having a status column is very common in databases today. It can be used to denote a user status: CREATE TABLE IF NOT EXISTS `user` ( `user_id` int(10) unsigned NOT NULL auto_increment, `email` varchar(32) NOT NULL, `pw_hash` char(40) NOT NULL COLLATE latin1_general_cs, `status` enum('PENDING', 'ACTIVE', 'DISABLED') default 'PENDING', `date_created` timestamp NOT NULL default CURRENT_TIMESTAMP, PRIMARY [...]]]></description>
		<wfw:commentRss>http://www.pablowe.net/2008/08/the-dangers-of-having-status-fields/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

