db_ofb
Previous topic Chapter index Next topic

Foreign Key: c_fk_zon_mzon

 

 

Schema

public

 

Table

t_mesure_mzon

 

Descriptions

une mesure doit être rattachée à un et un seul objet

 

Definition

FOREIGN KEY (mzon_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