Sha256: c4b8013ac52e659a033276b6663e14eb9ec8b8355eafacb8168e36e5f2333321
Contents?: true
Size: 143 Bytes
Versions: 5
Compression:
Stored size: 143 Bytes
Contents
class AddUnitLabelToStripeProducts < ActiveRecord::Migration[6.0] def change add_column :stripe_products, :unit_label, :string end end
Version data entries
5 entries across 5 versions & 1 rubygems