Sha256: f51e0a392f0476f401f4264895b743cf020398f9eee8b7191e1670675653e26d

Contents?: true

Size: 128 Bytes

Versions: 4

Compression:

Stored size: 128 Bytes

Contents

class EditRestaurants < ActiveRecord::Migration[7.0]
  def change
    add_column :restaurants, :cuisine_type, :string
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
easy_seeds-1.0.4 demo/db/migrate/20230111045953_edit_restaurants.rb
easy_seeds-1.0.3 demo/db/migrate/20230111045953_edit_restaurants.rb
easy_seeds-1.0.2 demo/db/migrate/20230111045953_edit_restaurants.rb
easy_seeds-1.0.0 demo/db/migrate/20230111045953_edit_restaurants.rb