PHP Classes

File: core/Pimf/_database/create-cache-table-mysql.sql

Recommend this page to a friend!
  Classes of Gjero Krsteski   PIMF   core/Pimf/_database/create-cache-table-mysql.sql   Download  
File: core/Pimf/_database/create-cache-table-mysql.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PIMF
Framework for Web application development
Author: By
Last change: Update of core/Pimf/_database/create-cache-table-mysql.sql
Date: 2 months ago
Size: 186 bytes
 

Contents

Class file image Download
CREATE TABLE IF NOT EXISTS `pimf_cache` ( `key` int(11) NOT NULL, `value` longtext, `expiration` INT(10) NOT NULL, PRIMARY KEY (`key`) ) ROW_FORMAT=COMPRESSED KEY_BLOCK_SIZE=16;