DEFINITIONS

Definitions More Info.
Definition ID950
TitlePOSTGRESQL
CategoryNOTES
DefinitionCreate Index Script
Definition DescriptionCREATE INDEX "IX_CandidateWorkingExperience_CandidateId_201907011515"
ON public."CandidateWorkingExperience" USING btree
("CandidateId" ASC NULLS LAST)
INCLUDE("IsDeleted")
WITH (FILLFACTOR=90)
TABLESPACE indexspace;
RecordBycunay
Record Date01-07-2019 19:25:34
Düzenle
Kopyala
Sil