Skip to main content

CREATE_NAMESPACES_CREATED_AT_INDEX

Constant CREATE_NAMESPACES_CREATED_AT_INDEX 

Source
pub const CREATE_NAMESPACES_CREATED_AT_INDEX: &str = "
CREATE INDEX IF NOT EXISTS idx_namespaces_created_at
ON namespaces (created_at, name)";
Expand description

Namespace index supporting the created_at ASC (tie-break name) list ordering.