MOON
Server: Apache
System: Linux server1.primemusicproductions.com 4.18.0-477.27.2.el8_8.x86_64 #1 SMP Fri Sep 29 08:21:01 EDT 2023 x86_64
User: primrwxj (1001)
PHP: 8.3.3
Disabled: NONE
Upload Files
File: //home/primrwxj/ideainitself.com/backup-migration_1635992385/db_tables/wpns_terms.sql
/* QUERY START */
SET foreign_key_checks = 0;
/* QUERY END */

/* QUERY START */
SET SQL_MODE = 'NO_AUTO_VALUE_ON_ZERO';
/* QUERY END */

/* QUERY START */
SET time_zone = '+00:00';
/* QUERY END */

/* QUERY START */
SET NAMES 'utf8';
/* QUERY END */

/* CUSTOM VARS START */
/* REAL_TABLE_NAME: `wpns_terms`; */
/* PRE_TABLE_NAME: `1635170430_wpns_terms`; */
/* CUSTOM VARS END */

/* QUERY START */
CREATE TABLE IF NOT EXISTS `1635170430_wpns_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/* QUERY END */

/* QUERY START */
INSERT INTO `1635170430_wpns_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES ( 
/* VALUES START */
1,
'General',
'general',
0
/* VALUES END */
), (
/* VALUES START */
2,
'Main Menu',
'main-menu',
0
/* VALUES END */
), (
/* VALUES START */
54,
'Productivity',
'productivity',
0
/* VALUES END */
), (
/* VALUES START */
55,
'pomodoro',
'pomodoro',
0
/* VALUES END */
), (
/* VALUES START */
56,
'focus',
'focus',
0
/* VALUES END */
), (
/* VALUES START */
58,
'stress',
'stress',
0
/* VALUES END */
), (
/* VALUES START */
59,
'performance',
'performance',
0
/* VALUES END */
), (
/* VALUES START */
62,
'procrastination',
'procrastination',
0
/* VALUES END */
), (
/* VALUES START */
63,
'Featured',
'featured',
0
/* VALUES END */
), (
/* VALUES START */
64,
'creativity',
'creativity',
0
/* VALUES END */
), (
/* VALUES START */
65,
'productivity',
'productivity',
0
/* VALUES END */
), (
/* VALUES START */
66,
'pomodoro technique',
'pomodoro-technique',
0
/* VALUES END */
);
/* QUERY END */