Livoa LogoLivoa
Trade Directory Module
Users


PK: user_id

full_name

email (unique)

password_hash

phone_number

organization_name

country

role (buyer, supplier, analyst, admin)

created_at

last_login

Companies


PK: company_id

company_name

sector

address

website_url

verification_status (pending, verified, rejected)

registered_country

created_at

verified_by (FK → Users.user_id, admin role)

Contacts


PK: contact_id

FK: company_id

name

designation

phone_number

whatsapp_number

email

linked_to_user (FK Users.user_id, nullable)

Products


PK: product_id

product_name

hs_code

category

description

Company_Products (Junction Table)


PK: id

FK: company_id

FK: product_id

capability_type (buyer, supplier, both)

yearly_capacity_metric

unit (tons, kg, liters, etc.)

Bookmarks


PK: bookmark_id

FK: user_id

bookmarked_type (company, product)

bookmarked_record_id

created_at

RFQ


PK: rfq_id

FK: buyer_id (Users.user_id)

FK: product_id

quantity

unit

target_country

status (open, responded, closed)

created_at

RFQ_Responses


PK: response_id

FK: rfq_id

FK: supplier_id (Companies.company_id)

price_offer

delivery_time_days

notes

response_date

TradeLens Module
Trade_Stats


PK: stat_id

FK: product_id

year

import_volume

export_volume

avg_price

top_import_country

top_export_country

TradePulse Module
Price_History


PK: price_id

FK: product_id

region

date

price

source

Alerts


PK: alert_id

FK: product_id

severity (high, medium, low)

alert_type (price_spike, shortage, policy_change, anomaly_detected)

generated_at

explanation_text

TradeLedger Module
Performance_Metrics


PK: metric_id

FK: company_id

year

export_volume

import_volume

revenue

performance_score

trust_score (AI/GNN generated)

AI Chatbot & GNN Analytics Layer
Chat_Logs


PK: chat_id

FK: user_id

query_text

response_text

timestamp

resolved_by_ai (boolean)

sas

by gas

0
0 uses