diff --git a/generators/exception_migration/templates/migration.rb b/generators/exception_migration/templates/migration.rb index 13ef4be..e1700a8 100644 --- a/generators/exception_migration/templates/migration.rb +++ b/generators/exception_migration/templates/migration.rb @@ -4,7 +4,7 @@ def self.up t.column :exception_class, :string t.column :controller_name, :string t.column :action_name, :string - t.column :message, :string + t.column :message, :text t.column :backtrace, :text t.column :environment, :text t.column :request, :text