Database
Database
id INT
supplier_id BIGINT
name VARCHAR(255)
updated_at DATE
damaged_quantity INT
Indexes
outbounds
inbounds customers id BIGINT
id INT id BIGINT note VARCHAR(255)
order_date DATE name VARCHAR(255) order_date DATE
arrive_date DA… address VARCHAR(255) estimated_arive_time DA…
created_at DATE phone_number VARCHAR(25… export_date DATE
updated_at DA… email VARCHAR(255) customer_id BIGINT
Indexes Indexes Indexes
Indexes
suppliers
id BIGINT outbound_deta…
name VARCHAR(255) id BIGINT
quantity INT
state VARCHAR(255)
capacity BIGINT
phone_number VARCHAR(25…
Indexes