OSDN Git Service

fix peta test
[pettanr/pettanr.git] / db / migrate / 20130602100940_add_caption_and_t_on_ground_pictures.rb
index 1f4665e..d49fd9e 100644 (file)
@@ -1,7 +1,7 @@
 class AddCaptionAndTOnGroundPictures < ActiveRecord::Migration
   def up
     add_column :ground_pictures, :t, :integer, :null => false, :default => 0
-    add_column :ground_pictures, :caption, :string
+    add_column :ground_pictures, :caption, :text
   end
 
   def down