From: yasushiito Date: Thu, 4 Jul 2013 09:19:44 +0000 (+0900) Subject: t#:fix db X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=commitdiff_plain;h=349b1b7dbe640b1cf1e0dd6c2fb4d8bf2209ac76;hp=bf7c927b7a63eef6c5f89afc797c490439b6736f t#:fix db --- diff --git a/db/migrate/20120424100555_create_speech_balloon_templates.rb b/db/migrate/20120424100555_create_speech_balloon_templates.rb index 15dc922c..b3d5202b 100644 --- a/db/migrate/20120424100555_create_speech_balloon_templates.rb +++ b/db/migrate/20120424100555_create_speech_balloon_templates.rb @@ -5,7 +5,7 @@ class CreateSpeechBalloonTemplates < ActiveRecord::Migration t.string :classname, :null => false, :limit => 50 t.string :caption, :null => false, :limit => 30 t.integer :t, :null => false, :default => 0 - t.string :settings, :null => false + t.text :settings, :null => false t.timestamps end