BillingShift
Table
billing_shifts
Attributes
Name | Type | Nullable | Description |
---|---|---|---|
id |
UNSIGNED BIGINT | No | primary key (auto-increment) |
billing_id |
UNSIGNED BIGINT | No | foreign key |
shift_id |
UNSIGNED BIGINT | No | foreign key |
compensation_factor |
No | ||
created_at |
TIMESTAMP | Yes | |
updated_at |
TIMESTAMP | Yes |
Relationships
BillingShift
belongs toBilling
BillingShift
belongs toShift