Sha256: 043333d2005e903bc0abc9896e55c344bc0b094e6c19504289f25ccc306586ff
Contents?: true
Size: 247 Bytes
Versions: 38
Compression:
Stored size: 247 Bytes
Contents
class CreateSpreeZonedProducts < ActiveRecord::Migration def change create_table :spree_zoned_products do |t| t.integer :orderno t.references :spree_country t.references :spree_product t.timestamps end end end
Version data entries
38 entries across 38 versions & 1 rubygems