Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- phpMyAdmin SQL Dump
- -- version 3.2.0.1
- -- http://www.phpmyadmin.net
- --
- -- Darbinė stotis: localhost
- -- Atlikimo laikas: 2011 m. Rugpjūčio 02 d. 18:49
- -- Serverio versija: 5.1.36
- -- PHP versija: 5.3.0
- SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
- --
- -- Duombazė: `new_test`
- --
- -- --------------------------------------------------------
- --
- -- Sukurta duomenų struktūra lentelei `users`
- --
- CREATE TABLE IF NOT EXISTS `users` (
- `user` varchar(24) NOT NULL,
- `password` varchar(24) NOT NULL,
- `kills` int(11) NOT NULL,
- `deaths` int(11) NOT NULL,
- `score` int(11) NOT NULL,
- `money` int(11) NOT NULL,
- `IP` varchar(18) NOT NULL,
- `fight style` int(11) NOT NULL,
- `skin` int(11) NOT NULL,
- `baned` int(11) NOT NULL,
- `Admin Level` int(11) NOT NULL,
- `Vip Level` int(11) NOT NULL,
- `PositionX` float NOT NULL,
- `PositionY` float NOT NULL,
- `PositionZ` float NOT NULL,
- `Health` float NOT NULL,
- `Armour` float NOT NULL,
- `Interior` int(11) NOT NULL,
- `Wanted Level` int(11) NOT NULL
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
- --
- -- Sukurta duomenų kopija lentelei `users`
- --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement