Sha256: 815ca5c40a7055eeca36a3d81abef5408df77c1d0ef1f1665b413a417cc2cce5
Contents?: true
Size: 216 Bytes
Versions: 98
Compression:
Stored size: 216 Bytes
Contents
class CreateShippingMethodValues < ActiveRecord::Migration def change create_table :shipping_method_values do |t| t.references :shipping_method t.string :key t.string :value end end end
Version data entries
98 entries across 98 versions & 2 rubygems