Sha256: c57faf350e50f50ed0d2b4fb1a54b8d8b6ca8aea6cfa34c14a87b27cc4c4271f
Contents?: true
Size: 151 Bytes
Versions: 40
Compression:
Stored size: 151 Bytes
Contents
class AddProductTypeToSccProduct < ActiveRecord::Migration[4.2] def change add_column :scc_products, :product_type, :string, limit: 63 end end
Version data entries
40 entries across 40 versions & 1 rubygems