Hello Everyone!
I'm looking to all my database tables and I found this Mystery one_code table on my databased here is the code
can you tell me wat to dowith this I never see this before I have another database using Dolphin 7 and I don't see that there
Thank's
______________________________________________________________________________________________
-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Sep 02, 2010 at 03:22 PM
-- Server version: 5.1.47
-- PHP Version: 5.2.9
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
/*!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 */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `Myinformation_MyUsername`
--
-- --------------------------------------------------------
--
-- Table structure for table `one_code`
--
CREATE TABLE IF NOT EXISTS `one_code` (
`id` int(11) NOT NULL,
`code` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `one_code`
--
INSERT INTO `one_code` (`id`, `code`) VALUES
(1, '0');
