rooms_data table missing?

Shxrty

Shorty#1960
Mar 31, 2018
629
163
Hey guys, was curious if anyone had a query for my db as db.rooms_data is missing, Help?


Kind Regards, Strider
 

JayC

Always Learning
Aug 8, 2013
5,504
1,401
badgeshop is an add-on you can add to your table it's from the original release of @JayCustom's badge shop, i added it
Yes badgeshop is not a default plus table.
Code:
DROP TABLE IF EXISTS `badgeshop`;
CREATE TABLE `badgeshop` (
  `badge_id` text NOT NULL,
  `cost` int(11) NOT NULL DEFAULT '500',
  `rank` int(11) NOT NULL DEFAULT '1',
  `amount_bought` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 

Users who are viewing this thread

Top