Browse Source

[POS][修改]:pos日志修改

release_toaliyun_real
Stormeye Wu 6 years ago
parent
commit
be6ea93d45
1 changed files with 2 additions and 0 deletions
  1. +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;

Loading…
Cancel
Save