# Pastebin GJzG640d unit package Booru::Schema; use Red:api<2>; model Favorite is table is rw is export { has Int $!user-id is referencing( *.id, :model ); has Str $!post-uuid is referencing( *.uuid, :model ); }