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.
11 lines
300 B
11 lines
300 B
alter table road_spot_check_preview
|
|
add abstract_finish boolean;
|
|
|
|
comment on column road_spot_check_preview.abstract_finish is '是否全部抽取完';
|
|
|
|
|
|
alter table road_spot_check_preview
|
|
add next_abstract jsonb;
|
|
|
|
comment on column road_spot_check_preview.next_abstract is '下次必抽道路';
|
|
|
|
|