Sha256: b6a7503240767f73b9078ff8b0d24becf4f9ccd7a0d9cb110243d3fe1153eef5
Contents?: true
Size: 140 Bytes
Versions: 10
Compression:
Stored size: 140 Bytes
Contents
class AddlocationToProduct < ActiveRecord::Migration def change add_column :inventorymaster_products, :location_id, :integer end end
Version data entries
10 entries across 10 versions & 1 rubygems