db_ofb
Previous topic Chapter index Next topic

Foreign Key: c_fk_zon_loc

 

 

Schema

public

 

Table

t_localisation_loc

 

Descriptions

Le champ loc_zon_id correspond obligatoirement à une zone d'étude existante

 

Definition

FOREIGN KEY (loc_zon_id)
   REFERENCES public.tr_zone_etude_zon(zon_id)
   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