Sha256: 5c1209a3c034ce1fde9e71cf50a51fa1e181385564aca01566c9ba31696b976b
Contents?: true
Size: 192 Bytes
Versions: 18
Compression:
Stored size: 192 Bytes
Contents
class AddNdcToManifestation < ActiveRecord::Migration[4.2] def self.up add_column :manifestations, :ndc, :string end def self.down remove_column :manifestations, :ndc end end
Version data entries
18 entries across 18 versions & 2 rubygems