'integer', 'update_time' => 'integer', ]; public function channel(): \think\model\relation\BelongsTo { return $this->belongsTo(\app\common\model\GameChannel::class, 'channel_id', 'id'); } }