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
[POS][修改]:pos日志修改
release_toaliyun_real
Stormeye Wu
6 years ago
parent
24d28a05e7
commit
be6ea93d45
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/V201908151357__POS_CMD_LOG.sql
+ 2
- 0
mallinkAdmin/src/main/resources/db/migration/V201908151357__POS_CMD_LOG.sql
View File
@@ -0,0 +1,2 @@
alter table `pos_action_log`
add column `dev_id` VARCHAR(50) GENERATED ALWAYS AS (`req_json` ->> '$.dev_id') NULL;
Write
Preview
Loading…
Cancel
Save