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