changed post body column to text instead of string

This commit is contained in:
Mike Kelley
2011-12-28 14:42:32 -07:00
parent 1c0272ea09
commit ffcb2bb0b9

View File

@@ -1,7 +1,7 @@
class CreatePostsTable < ActiveRecord::Migration
def self.up
create_table :posts, :force => true do |t|
t.string :body
t.text :body
t.integer :forum_id
t.integer :topic_id
t.integer :user_id