al13ntown/db/migrate/20260824070953_add_bio_to_profiles.rb

6 lines
115 B
Ruby
Raw Permalink Normal View History

2026-08-24 20:12:41 +00:00
class AddBioToProfiles < ActiveRecord::Migration[8.1]
def change
add_column :profiles, :bio, :text
end
end