Schema
Table
tr_trait_tra
Tablespace
(default)
Descriptions
Foreign key index linking a trait to a trait family / Index sur la clé étrangère rattachant un trait à une famille de traits
Definition
CREATE INDEX x_btr_fam_tra ON public.tr_trait_tra
USING btree (tra_fam_id);
COMMENT ON INDEX public.x_btr_fam_tra
IS 'Foreign key index linking a trait to a trait family / Index sur la clé étrangère rattachant un trait à une famille de traits';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 19/06/2019 10:17 |