Sha256: 1b054182b99deef1a7c397114b3f36ab3a0cbab812e686567e89515f7739c90a
Contents?: true
Size: 311 Bytes
Versions: 34
Compression:
Stored size: 311 Bytes
Contents
class ContainsAssociation < ActiveRecord::Migration[5.2] def change create_table :kithe_model_contains, id: false do |t| t.references :containee, type: :uuid, foreign_key: {to_table: :kithe_models} t.references :container, type: :uuid, foreign_key: {to_table: :kithe_models} end end end
Version data entries
34 entries across 34 versions & 1 rubygems