Migrasi ke Docker Compose

This commit is contained in:
2026-06-11 19:22:04 +07:00
parent 796aa1e7e2
commit 6f925484e7
4 changed files with 902 additions and 0 deletions
+3
View File
@@ -3,6 +3,9 @@
-- - Data LINE/POLYGON disimpan sebagai GeoJSON geometry (tipe: geojson) di kolom LONGTEXT `geojson`.
-- - Panjang (meter) dan luas (m2) dihitung otomatis di LeafletJS, bukan input manual.
CREATE DATABASE IF NOT EXISTS webgis_spbu CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
USE webgis_spbu;
CREATE TABLE IF NOT EXISTS spbu_points (
id INT AUTO_INCREMENT PRIMARY KEY,
nama VARCHAR(150) NOT NULL,