Sha256: 521a30a925ef1365c228f13b52d680f1e6ae63f54266bce110537f9904d03cba
Contents?: true
Size: 281 Bytes
Versions: 320
Compression:
Stored size: 281 Bytes
Contents
class CreateBelongsToField < ActiveRecord::Migration def change create_table :belongs_to_fields do |t| t.references :has_one_field, index: true t.references :has_many_class_name_field, index: true t.references :has_many_field, index: true end end end
Version data entries
320 entries across 320 versions & 1 rubygems