Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. CREATE TABLE `items` (
  2.     `entry` INT(8) UNSIGNED NOT NULL DEFAULT '0',
  3.     `class` INT(30) NOT NULL DEFAULT '0',
  4.     `subclass` INT(30) NOT NULL DEFAULT '0',
  5.     `field4` INT(30) NOT NULL DEFAULT '0',
  6.     `lock_material` INT(30) NOT NULL DEFAULT '0',
  7.     `displayid` INT(30) NOT NULL DEFAULT '0',
  8.     `inventorytype` INT(30) NOT NULL DEFAULT '0',
  9.     `quality` INT(30) NOT NULL DEFAULT '0',
  10.     PRIMARY KEY (`entry`)
  11. )
  12. COMMENT='ThePingue.com'
  13. ENGINE=MyISAM
  14. ROW_FORMAT=DEFAULT 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement