View: nornix_site.vlayoutlist

Structure
NameTypeNullKeyDefaultExtraComment
Nosmallint(6)NO0
Namevarchar(16)NO
MimeTextvarchar(48)NO
Descriptionvarchar(255)YES
Information
AlgoritmUpdateable
UNDEFINED YES
Explain
IdSelect typeTableTypePossible keysKeyRefRowsExtra
1SIMPLElALL2
1SIMPLEmeq_refPRIMARYPRIMARYnornix_site.l.MimeTypeNo1
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER 
VIEW `nornix_site`.`vlayoutlist` AS 
(select `l`.`No` AS `No`,
`l`.`Name` AS `Name`,
`m`.`Name` AS `MimeText`,
`nornix_system`.`get_description`(`m`.`DescNo`)
AS `Description` 
from (`nornix_site`.`layout` `l` join `nornix_system`.`mimetype` `m` on ((`l`.`MimeTypeNo` =
`m`.`No`))))