hasMany('Tag', 'Phototag.tag_id'); } public function setTableDefinition() { $this->hasColumn('name', 'string', 100); } }