db_ofb
Previous topic Chapter index Next topic

Foreign Key: c_fk_ref_tax

 

 

Schema

public

 

Table

tr_taxon_tax

 

Descriptions

Un taxon est rattaché à 1 et 1 seul référentiel

 

Definition

FOREIGN KEY (tax_ref_id)
   REFERENCES public.tr_referentiel_ref(ref_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