|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/logicswapweb/aplicaciones/admon/noticias/tb_noticiaimagenes/ |
Upload File : |
# MySQL-Front 3.0 # Host: New Connection Database: intranet # ------------------------------------------------------ # Server version 5.0.0-alpha-nt # # Table structure for table noticia_imagenes # CREATE TABLE `noticia_imagenes` ( `imagen_id` mediumint(8) unsigned NOT NULL auto_increment, `noticia_id` mediumint(8) unsigned default NULL, `imagen_url` varchar(250) default NULL, `imagen_tipo` varchar(5) default NULL COMMENT 'tipos:home-principal-general', PRIMARY KEY (`imagen_id`), KEY `noticia_id` (`noticia_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; # # Dumping data for table noticia_imagenes #