Sha256: 8924c0bd087b7c1b8463aa6111678427310dd4541f91810e5c499c191341ef52
Contents?: true
Size: 184 Bytes
Versions: 154
Compression:
Stored size: 184 Bytes
Contents
class CreateHasManyField < ActiveRecord::Migration[4.2] def change create_table :has_many_fields do |t| t.references :has_many_through_field, index: true end end end
Version data entries
154 entries across 154 versions & 1 rubygems