Enum sea_schema::postgres::query::table::TablesFields
source · pub enum TablesFields {
TableCatalog,
TableSchema,
TableName,
TableType,
UserDefinedTypeSchema,
UserDefinedTypeName,
IsInsertableInto,
IsTyped,
}Available on crate features
postgres and query only.Expand description
Ref: https://www.postgresql.org/docs/13/infoschema-tables.html