LocationWageGuidance


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
LocationId uuid 2147483647 null
Locations.id LocationWageGuidance_LocationId_fkey C
wageType enum_LocationWageGuidance_wageType 2147483647 null
wageAmount int4 10 null
CurrencyCode varchar 3 'IDR'::character varying
Currencies.code LocationWageGuidance_CurrencyCode_fkey R
source text 2147483647 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
LocationWageGuidance_pkey Primary key Asc id
idx_location_wage_guidance_location_id Performance Asc LocationId
idx_location_wage_guidance_wage_type Performance Asc wageType
LocationWageGuidance_LocationId_wageType_idx Performance Asc/Asc LocationId + wageType
LocationWageGuidance_LocationId_wageType_key Must be unique Asc/Asc LocationId + wageType

Relationships