File: //home/primrwxj/ideainitself.com/backup-migration_1636001583/db_tables/wpns_commentmeta.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_commentmeta`; */
/* PRE_TABLE_NAME: `1635170430_wpns_commentmeta`; */
/* CUSTOM VARS END */
/* QUERY START */
CREATE TABLE IF NOT EXISTS `1635170430_wpns_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/* QUERY END */