db_ofb
Previous topic Chapter index Next topic

Foreign Key: c_fk_sem_msem

 

 

Schema

public

 

Table

t_mesure_msem

 

Descriptions

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

 

Definition

FOREIGN KEY (msem_sem_id)
   REFERENCES public.t_semis_sem(sem_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