edit files

This commit is contained in:
2026-06-12 18:29:40 +07:00
parent 15419e3c64
commit 873a805ede
4 changed files with 25 additions and 4 deletions
+6
View File
@@ -17,3 +17,9 @@ CREATE TABLE IF NOT EXISTS spbu (
ALTER TABLE spbu
MODIFY status ENUM('yes','no') NOT NULL DEFAULT 'no';
-- Insert Dummy Data for Testing
INSERT INTO spbu (nama_spbu, no_wa, status, latitude, longitude) VALUES
('SPBU Ahmad Yani', '081234567890', 'yes', -0.026300, 109.342500),
('SPBU Tanjungpura', '089876543210', 'no', -0.018500, 109.331500),
('SPBU Sungai Jawi', '085211223344', 'yes', -0.011200, 109.320500);