//! Relation contract rows for schema catalog queries.
//!
//! This module owns relation-row contract shape and helper behavior used by
//! schema catalog and `/debug/schema` report composition.
use ;
/// Relation metadata read from `information_schema.tables`.
/// Utility methods for relation-record key handling.