Revert "Guides: Add :references to supported column types."

This reverts commit 41ed4db560bf50e0ccb99915a03c37d39bff135b.
This commit is contained in:
rohit 2010-06-24 09:55:49 +05:30
parent 41ed4db560
commit 0758d49300

@ -101,7 +101,7 @@ def initialize(name)
# named +column_name+ specified to be one of the following types:
# <tt>:string</tt>, <tt>:text</tt>, <tt>:integer</tt>, <tt>:float</tt>,
# <tt>:decimal</tt>, <tt>:datetime</tt>, <tt>:timestamp</tt>, <tt>:time</tt>,
# <tt>:date</tt>, <tt>:binary</tt>, <tt>:boolean</tt> and <tt>:references</tt>. A default value can be
# <tt>:date</tt>, <tt>:binary</tt>, <tt>:boolean</tt>. A default value can be
# specified by passing an +options+ hash like <tt>{ :default => 11 }</tt>.
# Other options include <tt>:limit</tt> and <tt>:null</tt> (e.g.
# <tt>{ :limit => 50, :null => false }</tt>) -- see