# MySQL dump 8.14 # # Host: localhost Database: consejo #-------------------------------------------------------- # Server version 3.23.39 # # Table structure for table 'peninsula' # CREATE TABLE peninsula ( titulo varchar(200) NOT NULL default '', title varchar(200) NOT NULL default '', id varchar(25) NOT NULL default '' ) TYPE=MyISAM; # # Dumping data for table 'peninsula' # INSERT INTO peninsula VALUES ('Trabajando con la Comunidad','','1720988.28950'); # # Table structure for table 'programas' # CREATE TABLE programas ( fecha date NOT NULL default '0000-00-00', programa varchar(20) NOT NULL default '', titulo varchar(200) NOT NULL default '', title varchar(200) NOT NULL default '', id varchar(25) NOT NULL default '' ) TYPE=MyISAM; # # Dumping data for table 'programas' # INSERT INTO programas VALUES ('2001-12-06','TALIJO','Parranda','','4034191.28848'); INSERT INTO programas VALUES ('0000-00-00','Formacion de Lideres','Reunión','','8915907.29003'); INSERT INTO programas VALUES ('2001-12-06','Proyecto de Prevenci','Los Efectos Legales de las Drogas','','434166.29049'); INSERT INTO programas VALUES ('2001-12-06','CERE','Gran Fiesta de Navidad','','8836642.28789'); INSERT INTO programas VALUES ('2002-06-25','CERE','Verano C.E.R.E.','','7423111.17456');