Database – Vendor Entity (vendor_entity)
Information about vendors
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
vendor_name | varchar(255) | vendor name | ||
contact_name | varchar(255) | contact name | ||
contact_phone | char(20) | contact phone | ||
contact_email | varchar(255) | contact email | ||
address_id | int(11) | ID of associated address | ||
active | tinyint(1) | Whether or not the entity is active | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no |