Sha256: e6f9f88d3394869edf12d5634cec962a76f83b0f03e740b1bdae4c5365b2d3fc
Contents?: true
Size: 179 Bytes
Versions: 37
Compression:
Stored size: 179 Bytes
Contents
# This migration comes from cmor_tags (originally 20190301132031) class AddColorToTags < ActiveRecord::Migration[5.2] def change add_column :tags, :color, :string end end
Version data entries
37 entries across 37 versions & 1 rubygems