vacancy_shares

1088 rows


Description

Stores details for vacancy shares.When a user shares a vacancy to a user or batch,it will be stored in this table

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
vacancy_id VARCHAR 36 null
user_id VARCHAR 36 null
user_id_to VARCHAR 36 null
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
fk_vacancy_shares_1_idx Performance Asc vacancy_id

Relationships