Sha256: 22c44839884a1a9107d0f2c9b087a90253c483650fe4e34fe6c0fdc030be791e
Contents?: true
Size: 161 Bytes
Versions: 11
Compression:
Stored size: 161 Bytes
Contents
class AddProductCategoryToSccProducts < ActiveRecord::Migration[6.0] def change add_column :scc_products, :product_category, :string, null: true end end
Version data entries
11 entries across 11 versions & 1 rubygems