2
0.30 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
14
0.36 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 •\e Ñ„Ép\x10 Ÿ\x1A u•Z\x02\x08 ž "
b"\t 3w€ÚËKŠƒ¤‰f!óÜÊ "
b""¯\x1A (\x7F yGTºÅ(†`9àz "
b"I\x08 °Áã'N.±û8¥Ü9Õö "
b"ZÄ6©ÊßLʼn‡†ù\r ßÝÖ "
b"_àš¯MÆIꢨŮÅ\x1C #- "
b"ü˺┼iRL8óµ┴¥¡ ½$ "
b"äÚO~I\x08 A╝éD‗ØÕ\x14 ┌; "
b"…ÕÆF\x0E ¡Oå³™\x03\x1D ¿U¨Ú "
b"¤┼+\x1A ú4FFØJ;\x1E [à\x06 & "
b"èv\x17 y*\x13 F9½9œ/?Tæê "
]
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` WHERE `property_group_option` . `id` IN (0x01951BD184C970109F1A75955A02089E , 0x09337780DACB4B8A83A4896621F3DCCA , 0x22AF1A287F794754BAC528866039E07A , 0x4908B0C1E3274E2EB1FB38A5DC39D5F6 , 0x5AC436A9CADF4CC5898786F90DDFDDD6 , 0x5FE09AAF4DC649EAA2A8C5AEC51C232D , 0x81D3A7C569524C38A2E6C1BEADFFAB24 , 0x84E94F7E490841BC8244F29DE514DA3B , 0x85D5C6460EA14FE5B399031DBF55A8DA , 0xCFC52B1AA33446469D4A3B1E5B850626 , 0xE87617792A134639BD399C2F3F54E6EA );
Copy