SQL

If you not found inside the script:

CREATE TABLE IF NOT EXISTS `playtimeshop` (
  `identifier` longtext,
  `allminutes` int DEFAULT '0',
  `minutes` int DEFAULT '0',
  `name` longtext
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

Last updated

Was this helpful?