class AddLanguageCodeToComments < ActiveRecord::Migration[8.1] def change add_column :comments, :language_code, :string end end