Files
34047007@qq.com b95053c52c init: 初始化 dpb 桃育种系统代码库
前后端 + 后端 FastAPI 全量源码、部署脚本与文档。
2026-08-06 00:17:49 +08:00

9 lines
456 B
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- ============================================================
-- P1.7: site 基地 —— 土壤类型/海拔(规格 §4 line 564
-- ------------------------------------------------------------
-- 幂等。bre_site 表已由 bre_tables.sql 建好。
-- ============================================================
ALTER TABLE bre_site ADD COLUMN IF NOT EXISTS soil_type varchar(50);
ALTER TABLE bre_site ADD COLUMN IF NOT EXISTS elevation integer;