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