[1207] Removed SQL project (deprecated).
[mangos-git.git] / sql / bids.sql
blob9a51e66284c5387c233dc88c8a0642569d5d8dc0
1 -- phpMyAdmin SQL Dump
2 -- version 2.6.2
3 -- http://www.phpmyadmin.net
4 -- 
5 -- Host: localhost
6 -- Generation Time: Sep 10, 2005 at 12:09 PM
7 -- Server version: 4.1.12
8 -- PHP Version: 5.0.4
9 -- 
10 -- Database: `mangos`
11 -- 
13 -- --------------------------------------------------------
15 -- 
16 -- Table structure for table `bids`
17 -- 
18 -- Creation: Sep 10, 2005 at 12:02 PM
19 -- Last update: Sep 10, 2005 at 12:02 PM
20 -- 
22 DROP TABLE IF EXISTS `bids`;
23 CREATE TABLE IF NOT EXISTS `bids` (
24   `bidder` int(32) NOT NULL default '0',
25   `ID` int(32) NOT NULL default '0',
26   `amt` int(32) NOT NULL default '0'
27 ) TYPE=MyISAM;