Schema
Owner
wetlands
Tablespace
(default)
Descriptions
There is no description for table xxxtblProjBenefit
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
|---|---|---|---|---|---|---|---|---|
|
|
ProjID |
integer |
|
|
|
|
|
|
|
BenefitID |
integer |
|
|
|
|
|
|
|
BenefitAttainCmnts |
text |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table xxxtblProjBenefit
Checks
There are no check constraints for table xxxtblProjBenefit
Indices
There are no indices for table xxxtblProjBenefit
Triggers
There are no triggers for table xxxtblProjBenefit
Rules
There are no rules for table xxxtblProjBenefit
Referenced
There are no tables referenced by table xxxtblProjBenefit
Options
Option | Value |
|---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE "glhri"."xxxtblProjBenefit" (
"ProjID" INTEGER,
"BenefitID" INTEGER,
"BenefitAttainCmnts" TEXT
) WITHOUT OIDS;
Pete Giencke pgiencke@glc.org |
|