db_ofb
Previous topic Chapter index Next topic

Foreign Key: c_fk_ope_not

 

 

Schema

public

 

Table

tj_notateur_not

 

Descriptions

Le champ not_ope_id correspond obligatoirement à un opérateur existant

 

Definition

FOREIGN KEY (not_ope_id)
   REFERENCES public.tr_operateur_ope(ope_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