OSDN Git Service

t#:fix db
authoryasushiito <yas@pen-chan.jp>
Thu, 4 Jul 2013 09:19:44 +0000 (18:19 +0900)
committeryasushiito <yas@pen-chan.jp>
Thu, 4 Jul 2013 09:19:44 +0000 (18:19 +0900)
db/migrate/20120424100555_create_speech_balloon_templates.rb

index 15dc922..b3d5202 100644 (file)
@@ -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