Sha256: eabc3df0c688e397a8852122d6279ec4a56a323d196e04831c874e7ed23f1afd
Contents?: true
Size: 311 Bytes
Versions: 6
Compression:
Stored size: 311 Bytes
Contents
# This migration comes from mechanize_store (originally 20140402192058) class CreateMechanizeStoreProductCategories < ActiveRecord::Migration def change create_table :mechanize_store_product_categories do |t| t.string :name t.references :product_category t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems