Sha256: afec50994ab6cb4edb45de8f7e9dace3a158bcfd47547dda04caf3ff76d6817c
Contents?: true
Size: 289 Bytes
Versions: 9
Compression:
Stored size: 289 Bytes
Contents
# This migration comes from spree (originally 20141012083513) class CreateSpreeTaxonsPrototypes < ActiveRecord::Migration[4.2] 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
9 entries across 9 versions & 2 rubygems