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