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