Schema
Owner
albenard
Tablespace
(default)
Descriptions
There is no description for table pays_temp
Columns
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
|
jointure_lieu |
varchar(50) |
|
|
|
|
|
|
|
abr_pays |
varchar(50) |
|
|
|
|
|
|
|
idpays |
integer |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table pays_temp
Check Constraints
There are no check constraints for table pays_temp
Indices
There are no indices for table pays_temp
Triggers
There are no triggers for table pays_temp
Rules
There are no rules for table pays_temp
Policies
There are no policies for table pays_temp
Referenced
There are no tables referenced by table pays_temp
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
3256 |
Pages |
19 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.pays_temp (
jointure_lieu VARCHAR(50),
abr_pays VARCHAR(50),
idpays INTEGER
) ;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |