Sha256: a7f75a82c4a7f45fe4a49cfbebda3bb534c62a4932d519d35a3538a7b66a5c44
Contents?: true
Size: 113 Bytes
Versions: 20
Compression:
Stored size: 113 Bytes
Contents
class AddColorToTags < ActiveRecord::Migration[5.2] def change add_column :tags, :color, :string end end
Version data entries
20 entries across 20 versions & 1 rubygems