add
This commit is contained in:
14
20-吉林移动/吉林移动5.4~5.8/uav_airspace.sql
Normal file
14
20-吉林移动/吉林移动5.4~5.8/uav_airspace.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
create database if not exists uav_airspace DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
|
||||
use uav_airspace;
|
||||
alter table zyd_airspace
|
||||
modify appli_time datetime not null comment '申請日期';
|
||||
|
||||
alter table zyd_airspace
|
||||
modify start_time datetime not null comment '起始时间';
|
||||
|
||||
alter table zyd_airspace
|
||||
modify end_time datetime not null comment '结束时间';
|
||||
|
||||
|
||||
ALTER TABLE `uav_airspace`.`zyd_airspace`
|
||||
MODIFY COLUMN `area_range` text NOT NULL COMMENT '空域范围';
|
||||
Reference in New Issue
Block a user