db_venik
Previous topic Chapter index Next topic

Foreign Key: fk_groupe_peup_iduser

 

 

Schema

public

 

Table

groupe_peup_lieu

 

Descriptions

There is no description for foreign key fk_groupe_peup_iduser

 

Definition

FOREIGN KEY (iduser)
   REFERENCES public.utilisateur(iduser)
   ON DELETE RESTRICT
   ON UPDATE RESTRICT
   NOT DEFERRABLE

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