TIF,TWF Pari Upload System Update

This commit is contained in:
DanielLee
2025-12-12 20:36:46 +09:00
parent 2b71153c2c
commit 0fd9a3c31f
12 changed files with 242 additions and 33 deletions

View File

@@ -0,0 +1,6 @@
-- Add file size columns for map sheet upload
ALTER TABLE tb_map_sheet_mng_hst
ADD COLUMN IF NOT EXISTS tif_size_bytes BIGINT,
ADD COLUMN IF NOT EXISTS tfw_size_bytes BIGINT,
ADD COLUMN IF NOT EXISTS total_size_bytes BIGINT;