// +---------------------------------------------------------------------- namespace app\matchmaker\model; use think\Model; class MatchmakerUserMatingModel extends Model { protected $type = [ 'animal' => 'array', ]; }