hasMany(ProgressChapter::class, null, null) ->whereColumn('progress_chapters.book', 'pali_texts.book') ->whereColumn('progress_chapters.para', 'pali_texts.paragraph'); } }