Struct sea_schema::postgres::def::TableInfo [−][src]
This is supported on crate features
postgres and def only.Expand description
Information relating to the table, but not its individual components. For information on a
table including its columns and constraints, use TableDef
Fields
name: Stringof_type: Option<Type>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TableInfo
impl UnwindSafe for TableInfo
Blanket Implementations
Mutably borrows from an owned value. Read more