|
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:05 AM -- Server version: 5.0.0 -- PHP Version: 4.3.8 -- -- Database : `parque` -- -- -------------------------------------------------------- -- -- Table structure for table `manager` -- CREATE TABLE manager ( id_usuario int(2) unsigned NOT NULL default '0', id_aplicacion int(2) unsigned NOT NULL default '0', fecha date NOT NULL default '0000-00-00', PRIMARY KEY (id_usuario,id_aplicacion) ) ENGINE=MyISAM;