Railsデータ型の履歴

:primary_key
:integer
:float
:string (255文字)
:text (無制限)
:datetime,:timestamp (日付+時刻)
:date (日付のみ)
:time (時刻のみ)
:boolean
:binary