pub const CREATE_NAMESPACES_CREATED_AT_INDEX: &str = " CREATE INDEX IF NOT EXISTS idx_namespaces_created_at ON namespaces (created_at, name)";
Namespace index supporting the created_at ASC (tie-break name) list ordering.
created_at
name