????
Current Path : C:/inetpub/vhost/redmine/db/migrate/ |
Current File : C:/inetpub/vhost/redmine/db/migrate/20170723112801_rename_comments_to_content.rb |
class RenameCommentsToContent < ActiveRecord::Migration[5.1] def change rename_column :comments, :comments, :content end end