Sha256: ca471792a0be8327d63e4d52a296dbfde71596038e09c9dba78faea09787121d
Contents?: true
Size: 157 Bytes
Versions: 10
Compression:
Stored size: 157 Bytes
Contents
class AddUserIdToLibraryGroup < ActiveRecord::Migration[5.2] def change add_reference :library_groups, :user, index: true, foreign_key: true end end
Version data entries
10 entries across 10 versions & 10 rubygems