#[derive(Debug, Default, Clone, Serialize, Deserialize)]
#[serde(rename_all = "SCREAMING_SNAKE_CASE")]
pub struct Schemata {
pub catalog_name: String,
pub schema_name: String,
pub schema_owner: Option<String>,
pub creation_time: String, pub last_modified_time: String, pub location: String,
}