Schema
Table
tj_classifyvar_cvar
Tablespace
(default)
Descriptions
Foreign key index to speed up updates / deletion
Definition
CREATE INDEX x_btr_var_cvar ON public.tj_classifyvar_cvar
USING btree (cvar_var_id);
COMMENT ON INDEX public.x_btr_var_cvar
IS 'Foreign key index to speed up updates / deletion';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |