Server : Apache System : Linux server.lienzindia.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 User : plutus ( 1007) PHP Version : 7.4.33 Disable Function : NONE Directory : /var/webuzo-data/roundcube/SQL/sqlite/ |
Upload File : |
CREATE TABLE cache_shared ( cache_key varchar(255) NOT NULL, created datetime NOT NULL default '0000-00-00 00:00:00', data text NOT NULL ); CREATE INDEX ix_cache_shared_cache_key ON cache_shared(cache_key); CREATE INDEX ix_cache_shared_created ON cache_shared(created);