<?php namespace App\Models\DouyinRecruit; use Illuminate\Database\Eloquent\Model; class CompanyJob extends Model { public $timestamps = false; protected $table = 'cmf_company_job'; protected $connection = 'douyin_recruit'; protected $guarded = []; }