Schema
Owner
postgres
Tablespace
(default)
Descriptions
There is no description for table Irrigation
Columns
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
id |
bigint |
|
|
|
|||
|
|
geom |
public.geometry |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table Irrigation
Check Constraints
There are no check constraints for table Irrigation
Indices
Name | Type | Function | Columns | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
btree |
|
id |
|
Triggers
There are no triggers for table Irrigation
Rules
There are no rules for table Irrigation
Policies
There are no policies for table Irrigation
Referenced
There are no tables referenced by table Irrigation
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
-1 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public."Irrigation" (
id BIGINT NOT NULL,
geom public.geometry,
CONSTRAINT "Irrigation_pkey" PRIMARY KEY(id)
) ;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |