Programming Phoenix LiveView vP1.1 (page 145)

In the brief description of ~/pento/lib/pento/promo/recipient.ex it says ‘… Then we disable our primary key since our live view won’t make use of an :id field.’

Doesn’t this require a @primary_key false directive? If so it is not in the module described in the book.