Files
oneos-backend/sql/energy/energy_alter_frontend.sql
2026-03-16 00:37:09 +08:00

4 lines
324 B
SQL
Raw 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.
-- energy_alter_frontend.sql
ALTER TABLE energy_bill ADD COLUMN cooperation_type TINYINT DEFAULT NULL COMMENT '合作模式1=预充值 2=月结算)' AFTER station_name;
ALTER TABLE energy_station_config ADD COLUMN auto_match TINYINT DEFAULT 1 COMMENT '自动匹配开关0=关闭 1=开启)' AFTER cooperation_type;