|
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/modelo entidad relacion/panel/ |
Upload File : |
-- phpMyAdmin SQL Dump -- version 2.6.0-alpha2 -- http://www.phpmyadmin.net -- -- Host: localhost:3306 -- Generation Time: Feb 10, 2005 at 11:26 AM -- Server version: 5.0.0 -- PHP Version: 4.3.8 -- -- Database : `parque` -- -- -------------------------------------------------------- -- -- Table structure for table `bitacora` -- CREATE TABLE bitacora ( id int(4) NOT NULL auto_increment, fecha date NOT NULL default '0000-00-00', hora time NOT NULL default '00:00:00', query text NOT NULL, comentario text, aplicacion varchar(150) NOT NULL default '', id_usuario int(2) unsigned NOT NULL default '0', name_usuario varchar(150) NOT NULL default '', PRIMARY KEY (id) ) ENGINE=MyISAM; -- -- Dumping data for table `bitacora` --