mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 03:14:27 +02:00
- added comment with MYSQL create table command
This commit is contained in:
@@ -4,6 +4,15 @@
|
||||
* Smarty Plugin CacheResource Mysql
|
||||
*
|
||||
* Implements MYSQL as resource for the HTML cache
|
||||
*
|
||||
*CREATE TABLE `smarty_cache` (
|
||||
* `CacheContents` mediumtext NOT NULL,
|
||||
* `Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
* `CacheId` varchar(100) NOT NULL,
|
||||
* `CompileId` varchar(100) NOT NULL,
|
||||
* `ResourceName` varchar(100) NOT NULL,
|
||||
* UNIQUE KEY `NewIndex_1` (`Id`)
|
||||
*) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
*
|
||||
* @package Smarty
|
||||
* @subpackage Plugins
|
||||
|
Reference in New Issue
Block a user