Schema
Owner
wetlands
Tablespace
(default)
Descriptions
There is no description for table tblSoils0vbpkf
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
|---|---|---|---|---|---|---|---|---|
|
|
SoilsID |
integer |
|
|
|
|
|
|
|
MUNAME |
varchar(256) |
|
|
|
|
|
|
|
MUSYM |
varchar(6) |
|
|
|
|
|
|
|
MUKEY |
integer |
|
|
|
|
|
|
|
HYDCLPRS |
varchar(256) |
|
|
|
|
|
|
|
PROJECT_ID |
integer |
|
|
|
|
|
|
|
GeographyID |
integer |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table tblSoils0vbpkf
Checks
There are no check constraints for table tblSoils0vbpkf
Indices
There are no indices for table tblSoils0vbpkf
Triggers
There are no triggers for table tblSoils0vbpkf
Rules
There are no rules for table tblSoils0vbpkf
Referenced
There are no tables referenced by table tblSoils0vbpkf
Options
Option | Value |
|---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE "pg_temp_14"."tblSoils0vbpkf" (
"SoilsID" INTEGER,
"MUNAME" VARCHAR(256),
"MUSYM" VARCHAR(6),
"MUKEY" INTEGER,
"HYDCLPRS" VARCHAR(256),
"PROJECT_ID" INTEGER,
"GeographyID" INTEGER
) WITH OIDS;
Pete Giencke pgiencke@glc.org |
|