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

Commit 611898c9 authored by wyf's avatar wyf

提交docu

parent f2cc4b75
...@@ -277,4 +277,7 @@ create table kylin_ticket_express_module ...@@ -277,4 +277,7 @@ create table kylin_ticket_express_module
ALTER TABLE kylin_performance_status ALTER TABLE kylin_performance_status
ADD id_count int DEFAULT NULL COMMENT '实名限购数'; ADD id_count int DEFAULT NULL COMMENT '实名限购数';
ALTER TABLE kylin_ticket_status ALTER TABLE kylin_ticket_status
ADD id_count int DEFAULT NULL COMMENT '实名限购数'; ADD id_count int DEFAULT NULL COMMENT '实名限购数';
\ No newline at end of file
ALTER TABLE kylin_performance_status
ADD column `is_invoice_reminder` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否开启开票提醒 0不开启 1开启'
\ No newline at end of file
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