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