Sha256: 97fcf101a83a2c1c42472491c8623f1249cd2b7c4d0e77d27af7ccc054c55950
Contents?: true
Size: 175 Bytes
Versions: 35
Compression:
Stored size: 175 Bytes
Contents
class AddColorToTeamMigration < ActiveRecord::Migration def self.up add_column :teams, :color, :string end def self.down remove_column :teams, :color end end
Version data entries
35 entries across 35 versions & 6 rubygems