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