class AddMastodonIdToUsers < ActiveRecord::Migration[8.0] def change add_column :users, :mastodon_id, :bigint end end