Hat-Trik, -- phpMyAdmin SQL Dump
-- version 3.2.3
--
http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Aug 07, 2012 at 10:14 PM
-- Server version: 5.1.40
-- PHP Version: 5.3.3
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `testus`
--
-- --------------------------------------------------------
--
-- Table structure for table `sostav`
--
CREATE TABLE IF NOT EXISTS `sostav` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` text NOT NULL,
`club` int(1) DEFAULT '0',
`sostav` int(11) DEFAULT '0',
`hp` int(11) NOT NULL DEFAULT '100',
`age` int(11) NOT NULL DEFAULT '0',
`age_time` int(11) NOT NULL DEFAULT '0',
`xp` int(11) NOT NULL DEFAULT '0',
`xp_num` int(11) NOT NULL DEFAULT '0',
`poz` text NOT NULL,
`sila` int(11) NOT NULL DEFAULT '0',
`speed` int(11) NOT NULL DEFAULT '0',
`up_speed` int(11) NOT NULL DEFAULT '0',
`toch` int(11) NOT NULL DEFAULT '0',
`ball` int(11) NOT NULL DEFAULT '0',
`money` int(11) NOT NULL DEFAULT '0',
`money_r` int(11) NOT NULL DEFAULT '0',
`yellowcards` int(11) NOT NULL DEFAULT '0',
`redcards` int(11) NOT NULL DEFAULT '0',
`play_poz` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=740 ;
--
-- Dumping data for table `sostav`
--