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