548007ea96
Starting point..!
39 lines
1.1 KiB
SQL
39 lines
1.1 KiB
SQL
# HeidiSQL Dump
|
|
#
|
|
# --------------------------------------------------------
|
|
# Host: 127.0.0.1
|
|
# Database: parser
|
|
# Server version: 5.1.31-community
|
|
# Server OS: Win32
|
|
# Target-Compatibility: MySQL 5.0
|
|
# max_allowed_packet: 1048576
|
|
# HeidiSQL version: 3.2 Revision: 1129
|
|
# --------------------------------------------------------
|
|
|
|
/*!40100 SET CHARACTER SET latin1*/;
|
|
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0*/;
|
|
|
|
|
|
#
|
|
# Table structure for table 'raw_item_details_book'
|
|
#
|
|
|
|
CREATE TABLE /*!32312 IF NOT EXISTS*/ `raw_item_details_book` (
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
`item_id` int(11) NOT NULL DEFAULT '0',
|
|
`unknown1` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|
`unknown2` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`language_type` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
|
PRIMARY KEY (`id`),
|
|
UNIQUE KEY `ItemLanguageIDX` (`item_id`,`language_type`)
|
|
) ENGINE=MyISAM /*!40100 DEFAULT CHARSET=latin1*/;
|
|
|
|
|
|
|
|
#
|
|
# Dumping data for table 'raw_item_details_book'
|
|
#
|
|
|
|
# (No data found.)
|
|
|
|
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS*/;
|