File size: 978B
-- phpMyAdmin SQL Dump
-- version 2.6.4-pl2
-- http://www.phpmyadmin.net
--
-- Хост: localhost
-- Время создания: Ноя 25 2005 г., 23:12
-- Версия сервера: 4.0.25
-- Версия PHP: 4.3.11
--
-- БД: `wowapgo_db1`
--
-- --------------------------------------------------------
--
-- Структура таблицы `news`
--
CREATE TABLE `news` (
`id` int(11) NOT NULL auto_increment,
`date` int(11) NOT NULL default '0',
`text` text NOT NULL,
`plus` int(11) NOT NULL default '0',
`minus` int(11) NOT NULL default '0',
`ipsoft` text NOT NULL,
KEY `id` (`id`)
) TYPE=MyISAM AUTO_INCREMENT=100 ;
-- --------------------------------------------------------
--
-- Структура таблицы `news_com`
--
CREATE TABLE `news_com` (
`id` int(11) NOT NULL auto_increment,
`nid` int(11) NOT NULL default '0',
`date` int(11) NOT NULL default '0',
`name` text NOT NULL,
`text` text NOT NULL,
KEY `id` (`id`)
) TYPE=MyISAM AUTO_INCREMENT=383 ;