This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[账单日志记录][修改][查询,添加账单ID字段]
release_toaliyun_real
gongbiao
7 years ago
parent
61082b973f
commit
7bd47fe35d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mallinkAdmin/src/main/resources/db/migration/V201904161130__UPDATE_BILL_ACTION.sql
+ 2
- 0
mallinkAdmin/src/main/resources/db/migration/V201904161130__UPDATE_BILL_ACTION.sql
View File
@@ -0,0 +1,2 @@
alter table wx_bill_action
add column `bill_id` bigint(64) default null COMMENT '账单ID';
Write
Preview
Loading…
Cancel
Save