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