Rails-2.0以降に追加されたmigrationの記法についてまとめておきます。
t.<data_type>
という書き方が可能になった。t.string :foo, :bar, :baz
のように併記もOKt.timestam
created_atps , updated_at を追加 t.referenc
でes :foo foo_id
を追加。:polymorph
オプションをつけると、ic => true foo_type
カラムも追加される。
posted by
genki
on Tue 17 Jun 2008
at 11:18