pub type PbDropMaterializedViewRequest = DropMaterializedViewRequest;
struct PbDropMaterializedViewRequest { pub table_id: u32, pub cascade: bool, }
table_id: u32
cascade: bool