-- SQL DUMP SIMULATION
CREATE DATABASE IF NOT EXISTS inventory_db;
USE inventory_db;

-- Tables are created dynamically by db.php on first load.
-- You can import this schema or run db.php script to auto-generate them.
