You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- -- 20230812 10:37
- -- v1.3.0
-
- use tuoheng_telecomumale;
-
- -- 任务表
- -- 新增飞行记录id字段
- alter table tuoheng_telecomumale.th_inspection add recor_id bigint default 0 not null comment '飞行记录id' after type;
|