The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
[
  {
    "destination" : "incline_cal_by_user",
    "source"      : [ "incline_cal", "incline_cal_member" ],
    "pk_columns"  : {
      "incline_cal_member.user_id" : "_user_id",
      "incline_cal_member.cal_id"  : "_cal_id"
    },
    "npk_columns" : {
      "incline_cal.at_time" : "_at_time"
    },
    "merge"       : {
      "incline_cal.id" : "incline_cal_member.cal_id"
    }
  }
]