[1207] Removed SQL project (deprecated).
[mangos-git.git] / sql / creatureinvolvedrelation.sql
blobaa5453280ee6a85737ecf4652783f824fd11de76
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:21 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 `creatureinvolvedrelation`
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 `creatureinvolvedrelation`;
23 CREATE TABLE `creatureinvolvedrelation` (
24   `Id` int(6) unsigned NOT NULL auto_increment,
25   `questId` bigint(20) unsigned NOT NULL default '0',
26   `creatureId` bigint(20) unsigned NOT NULL default '0',
27   PRIMARY KEY  (`Id`)
28 ) ENGINE=MyISAM;