al13ntown/db/migrate/20260824070953_add_bio_to_profiles.rb
2026-08-24 20:12:41 +00:00

5 lines
115 B
Ruby

class AddBioToProfiles < ActiveRecord::Migration[8.1]
def change
add_column :profiles, :bio, :text
end
end