记得上下班打卡 | git大法好,push需谨慎

Commit 062631e3 authored by 胡佳晨's avatar 胡佳晨

Merge remote-tracking branch 'origin/dev_pvuv' into dev_pvuv

parents bc708c59 5351f6e1
...@@ -16,3 +16,8 @@ create table dev_ln_scene.bi_ticket_access_records ...@@ -16,3 +16,8 @@ create table dev_ln_scene.bi_ticket_access_records
created_at timestamp default CURRENT_TIMESTAMP not null created_at timestamp default CURRENT_TIMESTAMP not null
); );
alter table kylin_order_tickets add area varchar(200) null comment 'ip地域全名称';
alter table kylin_order_tickets add area varchar(100) null comment 'ip地域省';
alter table kylin_order_tickets add area varchar(100) null comment 'ip地域市';
alter table kylin_order_tickets add area varchar(100) null comment 'ip地域县';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment