belongsTo("user_id", "users", "id"); $this->belongsTo("project_id", "projects", "id"); } }