viewing paste Unknown #13460 | SQL

Posted on the
1 2 3 4 5 6 7
DROP TABLE IF EXISTS `item_cash_db`;
CREATE TABLE `item_cash_db` (
  `tab` SMALLINT(6) NOT NULL,
  `item_id` SMALLINT(5) UNSIGNED NOT NULL,
  `price` mediumint(10) UNSIGNED NOT NULL DEFAULT '0',
  PRIMARY KEY (`tab`,`item_id`)
) ENGINE=MyISAM;
Viewed 1059 times, submitted by Pneuma.