'array', 'completion_time' => 'integer', ]; } /** * RelationShips */ public function form() { return $this->belongsTo(Form::class); } }