// These tags are meant to be literally included and will be populated with the appropriate fields, setters and getters by `bin/generate_entity_fields`
'note_id'=>['type'=>'int','foreign key'=>true,'target'=>'Note.id','multiplicity'=>'one to one','not null'=>true,'description'=>'foreign key to note table'],
'attachment_id'=>['type'=>'int','foreign key'=>true,'target'=>'Attachment.id','multiplicity'=>'one to one','not null'=>true,'description'=>'foreign key to attachment table'],
'collection_id'=>['type'=>'int','foreign key'=>true,'target'=>'Collection.id','multiplicity'=>'one to one','not null'=>true,'description'=>'foreign key to collection table'],