Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 446 Bytes

agent.md

File metadata and controls

20 lines (16 loc) · 446 Bytes

Agent

Data structure

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

Relationships

Field Relation Model Items
price_book_id priceBook PriceBook One
_ products Product Many
_ customers Customer Many