Sha256: 77813ddbfd11573f15171219ce1fa20b04d90badaa5ea1c3229aa7e91f8ed4a7
Contents?: true
Size: 284 Bytes
Versions: 6
Compression:
Stored size: 284 Bytes
Contents
# This migration comes from spree (originally 20141012083513) class CreateSpreeTaxonsPrototypes < ActiveRecord::Migration def change create_table :spree_taxons_prototypes do |t| t.belongs_to :taxon, index: true t.belongs_to :prototype, index: true end end end
Version data entries
6 entries across 6 versions & 3 rubygems