[1207] Removed SQL project (deprecated).
[mangos-git.git] / sql / item_instances.sql
blob55823003ea3b84601279bb286ff5a2d2fd379772
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:24 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 `item_instances`
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 `item_instances`;
23 CREATE TABLE IF NOT EXISTS `item_instances` (
24   `guid` bigint(20) NOT NULL default '0',
25   `data` longtext NOT NULL,
26   PRIMARY KEY  (`guid`)
27 ) TYPE=MyISAM;