Sha256: c9c529af50c09fe5135862dad817c76360b2f8b1fa51906681eb1ff94729375d
Contents?: true
Size: 320 Bytes
Versions: 34
Compression:
Stored size: 320 Bytes
Contents
class AddRepresentativeRelations < ActiveRecord::Migration[5.2] def change add_reference :kithe_models, :representative, foreign_key: {to_table: :kithe_models}, type: :uuid, null: true add_reference :kithe_models, :leaf_representative, foreign_key: {to_table: :kithe_models}, type: :uuid, null: true end end
Version data entries
34 entries across 34 versions & 1 rubygems