<?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: Ruby on Rails Migrations</title>
	<atom:link href="http://www.rubyrailways.com/ruby-on-rails-migrations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rubyrailways.com/ruby-on-rails-migrations/</link>
	<description>Experiences with Ruby and Rails, Web2.0 and other development technologies</description>
	<pubDate>Thu, 09 Sep 2010 05:15:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aryk Grosz</title>
		<link>http://www.rubyrailways.com/ruby-on-rails-migrations/comment-page-1/#comment-14396</link>
		<dc:creator>Aryk Grosz</dc:creator>
		<pubDate>Wed, 13 Jun 2007 06:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyrailways.com/ruby-on-rails-migrations/#comment-14396</guid>
		<description>&lt;p&gt;You said that the migration does the same thing as the sql statements. When I use ":float" it doesn't truncate the decimals to two places like you wanted to in your first example. How do you get migrations to do that?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You said that the migration does the same thing as the sql statements. When I use &#8220;:float&#8221; it doesn&#8217;t truncate the decimals to two places like you wanted to in your first example. How do you get migrations to do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tucci</title>
		<link>http://www.rubyrailways.com/ruby-on-rails-migrations/comment-page-1/#comment-13779</link>
		<dc:creator>tucci</dc:creator>
		<pubDate>Thu, 07 Jun 2007 18:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyrailways.com/ruby-on-rails-migrations/#comment-13779</guid>
		<description>&lt;p&gt;&lt;strong&gt;tucci...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This page contains some info about tucci...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>tucci&#8230;</strong></p>
<p>This page contains some info about tucci&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bbw toy</title>
		<link>http://www.rubyrailways.com/ruby-on-rails-migrations/comment-page-1/#comment-13758</link>
		<dc:creator>bbw toy</dc:creator>
		<pubDate>Thu, 07 Jun 2007 17:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyrailways.com/ruby-on-rails-migrations/#comment-13758</guid>
		<description>&lt;p&gt;&lt;strong&gt;bbw toy...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;ka-ka-sh-ka 2260204 Value source for bbw toy....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>bbw toy&#8230;</strong></p>
<p>ka-ka-sh-ka 2260204 Value source for bbw toy&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2003 lexus ls430</title>
		<link>http://www.rubyrailways.com/ruby-on-rails-migrations/comment-page-1/#comment-9482</link>
		<dc:creator>2003 lexus ls430</dc:creator>
		<pubDate>Wed, 09 May 2007 08:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyrailways.com/ruby-on-rails-migrations/#comment-9482</guid>
		<description>&lt;p&gt;&lt;strong&gt;2003 lexus ls430...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;ha-rd-po-rn-fu-ck 2260204 Modern view of 2003 lexus ls430....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>2003 lexus ls430&#8230;</strong></p>
<p>ha-rd-po-rn-fu-ck 2260204 Modern view of 2003 lexus ls430&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: craps table</title>
		<link>http://www.rubyrailways.com/ruby-on-rails-migrations/comment-page-1/#comment-660</link>
		<dc:creator>craps table</dc:creator>
		<pubDate>Sun, 30 Jul 2006 03:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyrailways.com/ruby-on-rails-migrations/#comment-660</guid>
		<description>&lt;p&gt;craps table &lt;a href="http://crapstable.freewebpages.org" rel="nofollow"&gt;craps table&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>craps table <a href="http://crapstable.freewebpages.org" rel="nofollow">craps table</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.rubyrailways.com/ruby-on-rails-migrations/comment-page-1/#comment-613</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Fri, 23 Jun 2006 10:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyrailways.com/ruby-on-rails-migrations/#comment-613</guid>
		<description>&lt;p&gt;Well, as for the types, the possible values are:&lt;/p&gt;

&lt;p&gt;Fixnum -&gt; int, integer
Float     -&gt; decimal, numeric, float, double
Date     -&gt; interval, date
String   -&gt; blob, clob, text, char, varchar, string
Time     -&gt; datetime, time&lt;/p&gt;

&lt;p&gt;(On the left side is the Ruby object, on the right the equivalent SQL)&lt;/p&gt;

&lt;p&gt;AFAIK, tha available options are: (cut'n' paste from the API)&lt;/p&gt;

&lt;pre&gt;
* :limit: Requests a maximum column length 
   (:string, :text, :binary or :integer columns only)
* :default: The column’s default value.
   You cannot explicitely set the default value to NULL. 
   Simply leave off this option if you want a NULL default value.
* :null: Allows or disallows NULL values in the column. 
   This option could have been named :null_allowed.
&lt;/pre&gt;

&lt;p&gt;Hope this helps.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, as for the types, the possible values are:</p>
<p>Fixnum -> int, integer<br />
Float     -> decimal, numeric, float, double<br />
Date     -> interval, date<br />
String   -> blob, clob, text, char, varchar, string<br />
Time     -> datetime, time</p>
<p>(On the left side is the Ruby object, on the right the equivalent SQL)</p>
<p>AFAIK, tha available options are: (cut&#8217;n&#8217; paste from the API)</p>
<pre>
* :limit: Requests a maximum column length
   (:string, :text, :binary or :integer columns only)
* :default: The column’s default value.
   You cannot explicitely set the default value to NULL.
   Simply leave off this option if you want a NULL default value.
* :null: Allows or disallows NULL values in the column.
   This option could have been named :null_allowed.
</pre>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.rubyrailways.com/ruby-on-rails-migrations/comment-page-1/#comment-609</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 23 Jun 2006 04:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyrailways.com/ruby-on-rails-migrations/#comment-609</guid>
		<description>&lt;p&gt;Quick question from a newbie - where can I find a list of the the values/ datatypes for all my options when creating tables (i.e. :string, :limit, :datetime). I am sure it is in the api, but just can't think of the right terminology to look it up under. I actually have the first version of Agile Web :-(&lt;/p&gt;

&lt;p&gt;Any help would be greatly appreciated - thanks!&lt;/p&gt;

&lt;p&gt;Mike&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Quick question from a newbie - where can I find a list of the the values/ datatypes for all my options when creating tables (i.e. :string, :limit, :datetime). I am sure it is in the api, but just can&#8217;t think of the right terminology to look it up under. I actually have the first version of Agile Web <img src='http://www.rubyrailways.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Any help would be greatly appreciated - thanks!</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Rasmussen&#8217;s Healthcare IT Blog &#187; RoR Migration Tool</title>
		<link>http://www.rubyrailways.com/ruby-on-rails-migrations/comment-page-1/#comment-79</link>
		<dc:creator>Jeff Rasmussen&#8217;s Healthcare IT Blog &#187; RoR Migration Tool</dc:creator>
		<pubDate>Wed, 07 Jun 2006 07:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyrailways.com/ruby-on-rails-migrations/#comment-79</guid>
		<description>&lt;p&gt;[...] Ruby on Rails Migrations Although migrations are a very cool feature of Ruby on Rails, they are not covered in any of the basic books on RoR i have encountered so far (Agile Web Development with Rails, Ruby for Rails Programmers). [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Ruby on Rails Migrations Although migrations are a very cool feature of Ruby on Rails, they are not covered in any of the basic books on RoR i have encountered so far (Agile Web Development with Rails, Ruby for Rails Programmers). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby, Rails, Web2.0 &#187; Blog Archive &#187; Ruby on Rails Migrations Reloaded</title>
		<link>http://www.rubyrailways.com/ruby-on-rails-migrations/comment-page-1/#comment-20</link>
		<dc:creator>Ruby, Rails, Web2.0 &#187; Blog Archive &#187; Ruby on Rails Migrations Reloaded</dc:creator>
		<pubDate>Sun, 21 May 2006 21:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyrailways.com/ruby-on-rails-migrations/#comment-20</guid>
		<description>&lt;p&gt;[...] Ruby on Rails Migrations Reloaded [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Ruby on Rails Migrations Reloaded [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.rubyrailways.com/ruby-on-rails-migrations/comment-page-1/#comment-5</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 04 May 2006 06:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyrailways.com/ruby-on-rails-migrations/#comment-5</guid>
		<description>&lt;p&gt;Thanks for the comment, cremes!
I am in the process of learning migrations (and Rails) so i am happy to hear any comments/corrections.&lt;/p&gt;

&lt;p&gt;This blog reflects my observations during learning rails, so it is definitely not an attempt for a  'The guru has spoken' style stuff, but rather an 'Everything is new to a newborn baby' style collection of experiences  ;-)&lt;/p&gt;

&lt;p&gt;I have just bought AWDwR - which uses migrations from the beginning - and also waiting for Rails Recipes paperback, so hopefully i will improve my (migrations) skills significantly in the future...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the comment, cremes!<br />
I am in the process of learning migrations (and Rails) so i am happy to hear any comments/corrections.</p>
<p>This blog reflects my observations during learning rails, so it is definitely not an attempt for a  &#8216;The guru has spoken&#8217; style stuff, but rather an &#8216;Everything is new to a newborn baby&#8217; style collection of experiences  <img src='http://www.rubyrailways.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I have just bought AWDwR - which uses migrations from the beginning - and also waiting for Rails Recipes paperback, so hopefully i will improve my (migrations) skills significantly in the future&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
