Sha256: 5845ade1a0762aeb9800f883520ce0159b36ed00fb954911e5318c4049682b43
Contents?: true
Size: 187 Bytes
Versions: 278
Compression:
Stored size: 187 Bytes
Contents
class AddNdcToManifestation < ActiveRecord::Migration def self.up add_column :manifestations, :ndc, :string end def self.down remove_column :manifestations, :ndc end end
Version data entries
278 entries across 278 versions & 14 rubygems