Skip to main content

CREATE_EXPIRES_AT_INDEX_SQL

Constant CREATE_EXPIRES_AT_INDEX_SQL 

Source
pub const CREATE_EXPIRES_AT_INDEX_SQL: &str = r#"CREATE INDEX IF NOT EXISTS idx_yugendb_store_expires_at
ON yugendb_store(expires_at);"#;
Expand description

SQL statement that creates the expiry lookup index.