View: nornix_site.vthemeresources

Structure
NameTypeNullKeyDefaultExtraComment
Handlervarchar(64)YES
DatamediumblobNO
UNIX_TIMESTAMP(`TS`)bigint(10)NO0
Descriptionvarchar(127)NO
Widthint(10) unsignedNO0
Heightint(10) unsignedNO0
MimeTypeNoint(10) unsignedNO0
Namevarchar(64)NO
ThemeNoint(10) unsignedNO0
Information
AlgoritmUpdateable
UNDEFINED YES
Explain
IdSelect typeTableTypePossible keysKeyRefRowsExtra
1SIMPLErALL7
1SIMPLEcteq_refPRIMARYPRIMARYnornix_site.r.ContentTypeNo1
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER 
VIEW `nornix_site`.`vthemeresources` AS 
(select `ct`.`Handler` AS `Handler`,
`r`.`Data` AS `Data`,
unix_timestamp(`r`.`TS`)
AS `UNIX_TIMESTAMP(``TS``)`,
`r`.`Description` AS `Description`,
`r`.`Width` AS `Width`,
`r`.`Height` AS `Height`,
`r`.`MimeTypeNo` AS `MimeTypeNo`,
`r`.`Name` AS `Name`,
`r`.`ThemeNo` AS `ThemeNo` 
from (`nornix_site`.`themeresource` `r` left join `nornix_system`.`contenttype` `ct` on ((`ct`.`No`
= `r`.`ContentTypeNo`))))