Sha256: 99fd97b86dd278c9910899095b32f7cafcea40984fa97f73398b40763d37615b
Contents?: true
Size: 179 Bytes
Versions: 320
Compression:
Stored size: 179 Bytes
Contents
class CreateHasManyField < ActiveRecord::Migration def change create_table :has_many_fields do |t| t.references :has_many_through_field, index: true end end end
Version data entries
320 entries across 320 versions & 1 rubygems