class AddStatusToArticles < ActiveRecord::Migration[7.1] def change add_column :articles, :status, :string, default: "public" end end