Sha256: 60647d0e411c014e4d9f6f5324a8ec9c9677b45914c4c9172aabc9aa9aced797

Contents?: true

Size: 145 Bytes

Versions: 5

Compression:

Stored size: 145 Bytes

Contents

class AddAnimalsToUsers < ActiveRecord::Migration[7.0]
  def change
    add_column :users, :animals, :string, default: '', null: false
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
anchormodel-0.2.5 test/dummy/db/migrate/20240425182000_add_animals_to_users.rb
anchormodel-0.2.4 test/dummy/db/migrate/20240425182000_add_animals_to_users.rb
anchormodel-0.2.3 test/dummy/db/migrate/20240425182000_add_animals_to_users.rb
anchormodel-0.2.2 test/dummy/db/migrate/20240425182000_add_animals_to_users.rb
anchormodel-0.2.0 test/dummy/db/migrate/20240425182000_add_animals_to_users.rb