db_venik
Previous topic Chapter index Next topic

Table: modele_import

 

 

Schema

public

 

Owner

albenard

 

Tablespace

(default)

 

Descriptions

There is no description for table modele_import

 

Columns

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

idmodele

serial

 

nextval('public.modele_import_idmodele_export_seq'::text::regclass)

 

 

 

nom_modele

varchar(100)

 

 

 

 

 

 

json

text

 

 

 

 

 

 

Foreign Keys

There are no foreign keys for table modele_import

 

Check Constraints

There are no check constraints for table modele_import

 

Indices

Name

Type

Function

Columns

Primary Key

Unique

Description

modele_import_pkey

btree

 

idmodele

 

 

Triggers

There are no triggers for table modele_import

 

Rules

There are no rules for table modele_import

 

Policies

There are no policies for table modele_import

 

Referenced

There are no tables referenced by table modele_import

 

Properties

Property

Value

Inherited From

 

Rows

1

Pages

1

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.modele_import (
 idmodele INTEGER DEFAULT nextval('public.modele_import_idmodele_export_seq'::text::regclass) NOT NULL,
 nom_modele VARCHAR(100) NOT NULL,
 json TEXT,
 CONSTRAINT modele_import_pkey PRIMARY KEY(idmodele)
) ;

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com)
Previous topic Chapter index Next topic