offer_salaries


Description

A list of offer salaries.

Columns

ColumnTypeSizeNullsAutoDefaultChildrenParentsComments
idint410null

Primary key.

company_idint410null
companies.idDefined in XMLR

Id of the company the record belongs to.

created_attimestamp29,6null

Date the record was created.

currencyvarchar255null

Salary currency.

maxnumeric18null

Maximum salary for the job.

minnumeric18null

Minimum salary for the job.

offer_idint410null
offers.idDefined in XMLR

Id of the offer the record belongs to.

periodvarchar255null

Salary period - one of (‘hour’, ‘day’, ‘week’, ‘month’, ‘year’).

updated_attimestamp29,6null

Date the record was updated.

Relationships