Name | Type | Extra |
---|---|---|
id |
int unsigned | primary_key |
name |
string(50) | |
email |
string(120) | nullable |
price_book_id |
int unsigned | foreign_key |
created_at |
timestamp | nullable |
updated_at |
timestamp | nullable |
Field | Relation | Model | Items |
---|---|---|---|
price_book_id |
priceBook | PriceBook |
One |
_ | products | Product |
Many |
_ | customers | Customer |
Many |