Answers:
这是所有Rails3
(ActiveRecord迁移)数据类型:
:binary
:boolean
:date
:datetime
:decimal
:float
:integer
:primary_key
:references
:string
:text
:time
:timestamp
重要的是,不仅要知道类型,而且还要知道这些类型到数据库类型的映射:
例如,请注意,在MS SQL Server中,我们正在使用:
大致了解这些数据类型用于什么可能会有所帮助:
希望对您有所帮助!另外,这是官方列表:http : //guides.rubyonrails.org/migrations.html#supported-types