class AddStatusToArticle < ActiveRecord::Migration[7.1] def change add_column :articles, :status, :string end end