Sha256: 1fc53a37a8f47c75a46cbd476567f8382f0db7d5651e87472cb55c4a9e08c503
Contents?: true
Size: 286 Bytes
Versions: 158
Compression:
Stored size: 286 Bytes
Contents
class CreateBelongsToField < ActiveRecord::Migration[4.2] 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
158 entries across 158 versions & 1 rubygems