OSDN Git Service

t#:
[pettanr/pettanr.git] / db / migrate / 20111206130635_create_speeches.rb
index f93f9c5..a80c200 100644 (file)
@@ -2,12 +2,12 @@ class CreateSpeeches < ActiveRecord::Migration
   def change
     create_table :speeches do |t|
       t.integer :speech_balloon_id, :null => false
-      t.string :content
+      t.text :content
       t.integer :x, :null => false
       t.integer :y, :null => false
       t.integer :width, :null => false
       t.integer :height, :null => false
-      t.string :settings
+      t.text :settings
 
       t.timestamps
     end