'datetime', ]; public function thread() { return $this->belongsTo(ForumThread::class, 'thread_id'); } public function attachments() { return $this->hasMany(ForumAttachment::class, 'post_id'); } }