Sha256: 8572c9cdef4ffaf1c72810479a314a956d042e5ecd9641d3f89cad67e460b834
Contents?: true
Size: 141 Bytes
Versions: 5
Compression:
Stored size: 141 Bytes
Contents
class AddProductTypeToProducts < ActiveRecord::Migration[6.0] def change add_column :stripe_products, :product_type, :string end end
Version data entries
5 entries across 5 versions & 1 rubygems