► CREATE TABLE cfuri_cache_response(entry_ID INTEGER PRIMARY KEY AUTOINCREMENT UNIQUE, version INT EGER, hash_value INTEGER, storage_policy INTEGER, request_key TEXT UNIQUE, time_stamp NOT NULL DEFAULT CURRENT_TIMESTAMP, partition TEXT) ► CREATE INDEX request_key_index ON cfurl_cache_response(request_key) ► CREATE INDEX time_stamp_indek ON cfurl_cache_response(time_stamp) entry_ID, version, hash_value, storage_policy, request_key, time_stamp, partition EFTA00521118