'actor_id'=>['type'=>'int','not null'=>true,'foreign key'=>true,'target'=>'Actor.id','multiplicity'=>'many to one','description'=>'Actor who pinned the note'],
'note_id'=>['type'=>'int','not null'=>true,'foreign key'=>true,'target'=>'Note.id','multiplicity'=>'many to one','description'=>'Pinned note'],