| Recommend this page to a friend! |
| Classes of Gjero Krsteski | > | PIMF | > | core/Pimf/_database/create-cache-table-mysql.sql | > | 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; |