m_cashiers

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
m_cashier_transactions.cashier_id FK_m_teller_transactions_m_cashiersC
staff_id BIGINT 19 NULL
m_staff.id FK_m_cashiers_m_staffR
teller_id BIGINT 19 NULL
m_tellers.id FK_m_cashiers_m_tellerR
description VARCHAR 100 NULL
start_date DATE 10 NULL
end_date DATE 10 NULL
start_time VARCHAR 10 NULL
end_time VARCHAR 10 NULL
full_day BIT 1 NULL

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
IK_m_cashiers_m_staff Performance Asc staff_id
IK_m_cashiers_m_teller Performance Asc teller_id

Relationships