OSDN Git Service

t#:
[pettanr/pettanr.git] / db / migrate / 20130602100811_add_caption_and_t_on_ground_colors.rb
index 14f3598..53ef2fd 100644 (file)
@@ -1,7 +1,7 @@
 class AddCaptionAndTOnGroundColors < ActiveRecord::Migration
   def up
     add_column :ground_colors, :t, :integer, :null => false, :default => 0
-    add_column :ground_colors, :caption, :string
+    add_column :ground_colors, :caption, :text
   end
 
   def down