class AddCommentableToArticles < ActiveRecord::Migration[6.0] def change add_column :articles, :commentable, :boolean add_column :articles, :show_comments, :boolean end end