Schema
Table
tr_ranking_rank
Tablespace
(default)
Descriptions
The ranking ltree is unique
Definition
ALTER TABLE public.tr_ranking_rank
ADD CONSTRAINT c_uni_tree_rank
UNIQUE (rank_tree) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_tree_rank ON public.tr_ranking_rank
IS 'The ranking ltree is unique';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |