Sha256: e3e39004302756f9fcf929288a6403ea1892433d5eef5c3ef38b2557b9b47ffb
Contents?: true
Size: 229 Bytes
Versions: 30
Compression:
Stored size: 229 Bytes
Contents
class AddArticleGuid < ActiveRecord::Migration def self.up # the guid itself will be added later in the migration add_column :articles, :guid, :string end def self.down remove_column :articles, :guid end end
Version data entries
30 entries across 30 versions & 1 rubygems