[sql] asdf

Viewer

  1. CREATE TABLE `item_basic` (
  2.   `itemid` SMALLINT(5) UNSIGNED NOT NULL,
  3.   `subid` SMALLINT(4) UNSIGNED NOT NULL DEFAULT 0,
  4.   `name` tinytext NOT NULL,
  5.   `sortname` tinytext NOT NULL,
  6.   `stackSize` tinyint(2) UNSIGNED NOT NULL DEFAULT 1,
  7.   `flags` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 0,
  8.   `aH` tinyint(2) UNSIGNED NOT NULL DEFAULT 99,
  9.   `NoSale` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  10.   `BaseSell` INT(10) UNSIGNED NOT NULL DEFAULT 0,
  11.   PRIMARY KEY (`itemid`)
  12. )

Editor

You can edit this paste and save as new: