Sha256: 375a76968b29e0d00cc9f909d21cea37448b00f204e9bb5ecdfa7dd2c6aaceb1
Contents?: true
Size: 177 Bytes
Versions: 330
Compression:
Stored size: 177 Bytes
Contents
class CreatePolymorphicField < ActiveRecord::Migration def change create_table :polymorphic_fields do |t| t.references :has_one_field, index: true end end end
Version data entries
330 entries across 330 versions & 1 rubygems