Sha256: a0b08feba86c7ce5a0b03095783b5ab7c0ca113ced8970a1686bf413aa5bf252
Contents?: true
Size: 359 Bytes
Versions: 26
Compression:
Stored size: 359 Bytes
Contents
class RelateCrewTimeWithAttendanceSheetEntry < ActiveRecord::Migration[6.0] def change add_column :ecom_core_crew_times, :attendance_sheet_entry_id, :integer, index: { name: 'ase_on_ct_indx' } add_foreign_key :ecom_core_crew_times, :ecom_core_attendance_sheet_entries, column: :attendance_sheet_entry_id end end
Version data entries
26 entries across 26 versions & 1 rubygems