BI
Size: a a a
BI
RZ
AI
М
М
М
М
A
u
A
B
v
vv
vv
v
v
TC
id
, name
, size
, preview
, bucketables
.bucket_id
as pivot_bucket_id
, bucketables
.bucketable_id
as pivot_bucketable_id
, bucketables
.bucketable_type
as pivot_bucketable_type
from design_packs
inner join bucketables
on design_packs
.id
= bucketables
.bucketable_id
where bucketables
.bucket_id
= 3 and bucketables
.bucketable_type
= App\DesignPack and design_packs
.deleted_at
is null) union (select id
, file_name
as name
, size
, preview
from templates
inner join bucketables
on templates
.id
= bucketables
.bucketable_id
where bucketables
.bucket_id
= 3 and bucketables
.bucketable_type
= App\Template and templates
.deleted_at
is null))"TC
u