db_venik
Previous topic Chapter index Next topic

Foreign Key: fk_localisation_lieu_pays_ref

 

 

Schema

public

 

Table

localisation_lieu

 

Descriptions

There is no description for foreign key fk_localisation_lieu_pays_ref

 

Definition

FOREIGN KEY (idpays)
   REFERENCES public.pays_ref(idpays)
   ON DELETE NO ACTION
   ON UPDATE NO ACTION
   NOT DEFERRABLE

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