Enum sea_schema::postgres::query::table::TableType [−][src]
pub enum TableType {
BaseTable,
View,
Foreign,
Temporary,
}This is supported on crate features
postgres and query only.