Sha256: 7773c6e12cce54726cfde0c0772c9433dad5541bda5fd04cd15f8556a9e67436
Contents?: true
Size: 163 Bytes
Versions: 36
Compression:
Stored size: 163 Bytes
Contents
# frozen_string_literal: true class AddFavoriteColorToMangs < ActiveRecord::Migration[4.2] def change add_column :mangs, :favorite_color, :string end end
Version data entries
36 entries across 36 versions & 9 rubygems