• File: img_optming.sql
  • Full Path: /home/bravrvjk/itiministry.org/wp-content/plugins/litespeed-cache/src/data_structure/img_optming.sql
  • Date Modified: 04/01/2026 8:54 PM
  • File size: 342 bytes
  • MIME-type: text/plain
  • Charset: utf-8
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `optm_status` tinyint(4) NOT NULL DEFAULT '0',
  `src` varchar(1000) NOT NULL DEFAULT '',
  `server_info` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `post_id` (`post_id`),
  KEY `optm_status` (`optm_status`),
  KEY `src` (`src`(191))