Sha256: 2c5a549a9c01ba0aa658abc8b349d7f1688d8c4729c17092a7e98fc3cb606d64
Contents?: true
Size: 280 Bytes
Versions: 13
Compression:
Stored size: 280 Bytes
Contents
class CreateOptionTypesPrototypes < ActiveRecord::Migration def self.up create_table :option_types_prototypes, :id => false do |t| t.integer :prototype_id t.integer :option_type_id end end def self.down drop_table :option_types_prototypes end end
Version data entries
13 entries across 13 versions & 3 rubygems