|
CREATE OR REPLACE DEFINER=`root`@`localhost`
|
|
SQL SECURITY DEFINER
|
|
VIEW `bi`.`tarifa_componentes_series`
|
|
AS SELECT `ct`.`id` AS `tarifa_componentes_series_id`,
|
|
`ct`.`name` AS `Serie`,
|
|
`ct`.`isBase` AS `base`,
|
|
`ct`.`isMargin` AS `margen`
|
|
FROM `vn`.`componentType` `ct`
|