Schema
Owner
postgres
Tablespace
(default)
Descriptions
There is no description for table Chambres_tirage
Columns
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
id_tirage |
serial |
|
nextval('"Chambres_tirage_id_tirage_seq"'::regclass) |
|
|||
|
|
geom |
public.geometry |
|
|
|
|
|
|
|
id |
bigint |
|
|
|
|
|
|
|
nom |
varchar(80) |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table Chambres_tirage
Check Constraints
There are no check constraints for table Chambres_tirage
Indices
Name | Type | Function | Columns | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
btree |
|
id_tirage |
|
|||
gist |
|
geom |
|
|
|
Triggers
There are no triggers for table Chambres_tirage
Rules
There are no rules for table Chambres_tirage
Policies
There are no policies for table Chambres_tirage
Referenced
There are no tables referenced by table Chambres_tirage
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
19 |
Pages |
1 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public."Chambres_tirage" (
id_tirage SERIAL,
geom public.geometry,
id BIGINT,
nom VARCHAR(80),
CONSTRAINT "Chambres_tirage_pkey" PRIMARY KEY(id_tirage)
) ;
CREATE INDEX "sidx_Chambres_tirage_geom" ON public."Chambres_tirage"
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 |