Files
2026-05-19 14:28:56 +08:00

4 lines
262 B
SQL

create database if not exists uav_gis DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
use uav_gis;
ALTER TABLE gis_grid ADD ( `size` bigint DEFAULT '0' COMMENT '数据大小' );
ALTER TABLE gis_three_d ADD (`size` bigint DEFAULT '0' COMMENT '数据大小');