__PACKAGE__->belongs_to( "artist", "music_library::Schema::Result::Artist", { artist_id => "artist_id" }, { is_deferrable => 0, join_type => "LEFT", on_delete => "NO ACTION", on_update => "NO ACTION", }, );