File: /home/undanet/dump/db/portalempleo_data_des_traduccion_titulacion.sql
CREATE DATABASE IF NOT EXISTS `portalempleo_data_des` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
USE `portalempleo_data_des`;
-- MySQL dump 10.13 Distrib 8.0.22, for Win64 (x86_64)
--
-- Host: SRVDESARROLLO Database: portalempleo_data_des
-- ------------------------------------------------------
-- Server version 8.0.23
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `traduccion_titulacion`
--
DROP TABLE IF EXISTS `traduccion_titulacion`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `traduccion_titulacion` (
`CodigoTitulacion` int NOT NULL,
`CodigoIdioma` varchar(11) NOT NULL,
`Titulacion` varchar(75) NOT NULL,
`Descripcion` varchar(200) NOT NULL,
`Baja` tinyint(1) NOT NULL,
PRIMARY KEY (`CodigoTitulacion`,`CodigoIdioma`),
KEY `FK_traduccion.titulacion_maestras.idiomaweb` (`CodigoIdioma`),
CONSTRAINT `FK_traduccion.titulacion_dbo.titulacion` FOREIGN KEY (`CodigoTitulacion`) REFERENCES `dbo_titulacion` (`IdTitulacion`),
CONSTRAINT `FK_traduccion.titulacion_maestras.idiomaweb` FOREIGN KEY (`CodigoIdioma`) REFERENCES `maestras_idiomaweb` (`CodigoIdioma`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `traduccion_titulacion`
--
LOCK TABLES `traduccion_titulacion` WRITE;
/*!40000 ALTER TABLE `traduccion_titulacion` DISABLE KEYS */;
INSERT INTO `traduccion_titulacion` VALUES (1,'en_GB','Doctorate','Doctorate',0),(1,'es_ES','Doctorado','Doctorado',0),(2,'en_GB','University Master','University Master',0),(2,'es_ES','Máster Universitario','Máster Universitario',0),(3,'en_GB','University Degree','University degree',0),(3,'es_ES','Grado Universitario','Graduado/a Universitario/a',0),(4,'en_GB','Engineer’s Degree','Engineer’s Degree',0),(4,'es_ES','Ingeniería Superior','Ingeniero/a Superior',0),(5,'en_GB','Higher National Diploma','Higher National Diploma',0),(5,'es_ES','Ingeniería Técnica','Ingeniero/a Técnico',0),(6,'en_GB','Certificate of Higher Education','Certificate of higher education',0),(6,'es_ES','Ciclo Formativo Superior','Ciclo Formativo de Grado Superior',0),(7,'en_GB','Vocational Education and Training','Vocational education and training',0),(7,'es_ES','Ciclo Formativo Medio','Ciclo Formativo de Grado Medio',0),(8,'en_GB','General Certificate of Education','General certificate of education',0),(8,'es_ES','Bachiller','Bachiller',0),(9,'en_GB','Without Qualifications','Without any qualifications',0),(9,'es_ES','No Titulado','No titulado',0);
/*!40000 ALTER TABLE `traduccion_titulacion` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2021-05-06 14:13:15