Skip to main content

Material Supplier

Overview

The MaterialSuppliers entity represents the suppliers or vendors responsible for providing raw materials, components, or goods. This entity facilitates tracking supplier information, ensuring consistency in procurement processes, and supporting effective supply chain management.

Table Structure

The following table outlines the SQL columns for the material_suppliers table, providing a brief description of each, along with sample data where applicable.

ColumnTypeDescriptionExample
idString (ULID)Unique identifier for the entity.01JAP8RJBN-8ZTPXSGY-J9GSDPE1
enabledBooleanIf the entity is enabled or not.true
created_dateDateTimeDate the entity was created.2024-12-31T19:48:44Z
created_byStringPerson who created the entity.TamakiMES
modified_dateDateTimeDate the entity was modified. Value is null upon creation, and gets initially populated upon the first edit.2024-12-31T19:48:44Z
modified_byStringLast person to modify the entity. Value is null upon creation, and gets initially populated upon the first edit.TamakiMES
notesStringNotes about the entity.This entity has these extra notes
spare1StringThe first spare column that can be used for additional context on the entity.some extra context 1
spare2StringThe second spare column that can be used for additional context on the entity.some extra context 2
spare3StringThe third spare column that can be used for additional context on the entity.some extra context 3
nameStringThe name of the supplier.The Aluminum Company
descriptionString (max 500)Detailed description of the supplier.Supplier for Aluminum
addressString (max 200)The address of the supplier.205 Shoshone St N
cityString (max 100)The city of the supplier.Twin Falls
stateString (max 100)The state of the supplier.Idaho
countryString (max 100)The country of the supplier.USA
zipStringThe zip code of the supplier.83301
primary_contactString (max 100)The primary contact's name.John Smith
primary_contact_emailStringThe primary contact's email.john.smith@gmail.com
primary_contact_phoneStringThe primary contact's phone number.+1-800-555-1234
alt_contactString (max 100)The alternative contact's name.Will Smith
alt_contact_emailStringThe alternative contact's email.Will.smith@gmail.com
alt_contact_phoneStringThe alternative contact's phone number.+1-800-555-5678

Field Details

name

The name field is a descriptive identifier for the supplier.

description

An optional field that provides a detailed description of the materials is supplied by the supplier.

address, city, state, country, zip

These columns hold the physical location of the supplier.

primary_contact, primary_contact_email, primary_contact_phone

These columns hold the information to reach the primary contact.

alt_contact, alt_contact_email, alt_contact_phone

These columns hold the information to reach the alternative contact.