pub struct RelationMessageColumn {
pub is_part_of_the_key: bool,
pub name: String,
pub oid: i32,
pub type_modifier: i32,
}
Fields§
§is_part_of_the_key: bool
Is part of the key?
name: String
Name of the column.
oid: i32
OID of the column’s data type.
type_modifier: i32
Type modifier of the column (atttypmod
).