Schema
Owner
biljoucarto
Tablespace
(default)
Descriptions
Table des statistiques des cartes
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
st_id |
serial |
|
nextval('t_statistiques_carte_st_st_id_seq'::regclass) |
Identifiant |
|||
|
|
st_id_user |
varchar |
|
|
|
|
Identifiant de l'utilisateur |
|
|
st_nom_vue |
varchar(50) |
|
|
|
|
Nom de la vue sql |
|
|
st_date_creation |
timestamp |
|
|
|
|
Date de création de la vue |
|
|
st_date_derniere_utilisation |
timestamp |
|
|
|
|
Date de dernière utilisation de la vue |
|
|
st_nb_acces |
integer |
|
|
|
|
Nombre d'accès à la vue |
|
|
st_anonymous |
boolean |
|
|
|
|
Indique si l'utilisateur possède un compte ou est un utilisateur anonyme |
Foreign Keys
There are no foreign keys for table t_statistiques_carte_st
Check Constraints
There are no check constraints for table t_statistiques_carte_st
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
btree |
|
st_id_user, st_nom_vue |
|
|
||
btree |
|
st_id |
|
Triggers
There are no triggers for table t_statistiques_carte_st
Rules
There are no rules for table t_statistiques_carte_st
Policies
There are no policies for table t_statistiques_carte_st
Referenced
There are no tables referenced by table t_statistiques_carte_st
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
239 |
Pages |
4 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.t_statistiques_carte_st (
st_id SERIAL,
st_id_user VARCHAR,
st_nom_vue VARCHAR(50),
st_date_creation TIMESTAMP WITHOUT TIME ZONE,
st_date_derniere_utilisation TIMESTAMP WITHOUT TIME ZONE,
st_nb_acces INTEGER,
st_anonymous BOOLEAN,
CONSTRAINT c_uni_st UNIQUE(st_id_user, st_nom_vue),
CONSTRAINT t_statistiques_carte_st_pkey PRIMARY KEY(st_id)
) ;
COMMENT ON TABLE public.t_statistiques_carte_st
IS 'Table des statistiques des cartes';
COMMENT ON COLUMN public.t_statistiques_carte_st.st_id
IS 'Identifiant';
COMMENT ON COLUMN public.t_statistiques_carte_st.st_id_user
IS 'Identifiant de l''utilisateur';
COMMENT ON COLUMN public.t_statistiques_carte_st.st_nom_vue
IS 'Nom de la vue sql';
COMMENT ON COLUMN public.t_statistiques_carte_st.st_date_creation
IS 'Date de création de la vue';
COMMENT ON COLUMN public.t_statistiques_carte_st.st_date_derniere_utilisation
IS 'Date de dernière utilisation de la vue';
COMMENT ON COLUMN public.t_statistiques_carte_st.st_nb_acces
IS 'Nombre d''accès à la vue';
COMMENT ON COLUMN public.t_statistiques_carte_st.st_anonymous
IS 'Indique si l''utilisateur possède un compte ou est un utilisateur anonyme';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |
![]() ![]() ![]() |