Advertisement
Guest User

Untitled

a guest
Dec 27th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. - Dumping structure for table altislife.resources
  2. CREATE TABLE IF NOT EXISTS `resources` (
  3. `price` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Money',
  4. PRIMARY KEY (`price`)
  5. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement