<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: MySQL: Created &amp; Modified Date Fields</title>
	<atom:link href="http://joegornick.com/2009/12/30/mysql-created-modified-date-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://joegornick.com/2009/12/30/mysql-created-modified-date-fields/</link>
	<description>Web Geekology 101</description>
	<lastBuildDate>Wed, 19 Jan 2011 14:13:09 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: luis</title>
		<link>http://joegornick.com/2009/12/30/mysql-created-modified-date-fields/comment-page-1/#comment-5695</link>
		<dc:creator>luis</dc:creator>
		<pubDate>Fri, 10 Dec 2010 21:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://joegornick.com/?p=79#comment-5695</guid>
		<description>Great just what I needed

The only down side of this aproach is you have to create a trigger for each table.

Any way works fine.</description>
		<content:encoded><![CDATA[<p>Great just what I needed</p>
<p>The only down side of this aproach is you have to create a trigger for each table.</p>
<p>Any way works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://joegornick.com/2009/12/30/mysql-created-modified-date-fields/comment-page-1/#comment-5429</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 05 Nov 2010 13:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://joegornick.com/?p=79#comment-5429</guid>
		<description>Hi Alexander,

I don&#039;t think you&#039;re understanding the solution correctly.  You don&#039;t need to create another table with the ID of the parent row and then two fields to capture the created and modified dates.  You can simply apply these fields to your existing tables and create the trigger on the table.  Then, every row after those updates are applied will keep track of created and modified dates.</description>
		<content:encoded><![CDATA[<p>Hi Alexander,</p>
<p>I don&#8217;t think you&#8217;re understanding the solution correctly.  You don&#8217;t need to create another table with the ID of the parent row and then two fields to capture the created and modified dates.  You can simply apply these fields to your existing tables and create the trigger on the table.  Then, every row after those updates are applied will keep track of created and modified dates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Conroy</title>
		<link>http://joegornick.com/2009/12/30/mysql-created-modified-date-fields/comment-page-1/#comment-5425</link>
		<dc:creator>Alexander Conroy</dc:creator>
		<pubDate>Fri, 05 Nov 2010 08:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://joegornick.com/?p=79#comment-5425</guid>
		<description>You just solved a major issue of mine. I was looking for a method to create a timestamp field and maybe store data in an array and explode it to read it, but creating an entire table and just use a meta key, and id number to pull information works much better.

Thanks.</description>
		<content:encoded><![CDATA[<p>You just solved a major issue of mine. I was looking for a method to create a timestamp field and maybe store data in an array and explode it to read it, but creating an entire table and just use a meta key, and id number to pull information works much better.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Prislac</title>
		<link>http://joegornick.com/2009/12/30/mysql-created-modified-date-fields/comment-page-1/#comment-2769</link>
		<dc:creator>Edward Prislac</dc:creator>
		<pubDate>Tue, 16 Mar 2010 21:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://joegornick.com/?p=79#comment-2769</guid>
		<description>You are a godsend, my friend, thanks for the info on created &amp; updated timestamps, I was really having trouble with it until I came across your article.</description>
		<content:encoded><![CDATA[<p>You are a godsend, my friend, thanks for the info on created &amp; updated timestamps, I was really having trouble with it until I came across your article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

