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
/、theme
release_toaliyun_real
xhxu
4 years ago
parent
2fe8240d3a
commit
67d32bb8d1
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
mallinkAdmin/src/main/resources/db/migration/V2021120900001__add_type.sql
+ 4
- 0
mallinkAdmin/src/main/resources/db/migration/V2021120900001__add_type.sql
View File
@@ -1,3 +1,7 @@
log4j----版本更新
ALTER TABLE `mallink`.`wx_topic`
ALTER TABLE `mallink`.`wx_topic`
ADD COLUMN `topic_type` smallint(3) NOT NULL DEFAULT 1 COMMENT 'EnumWxTopicType' AFTER `parent_tenant_id`;
ADD COLUMN `topic_type` smallint(3) NOT NULL DEFAULT 1 COMMENT 'EnumWxTopicType' AFTER `parent_tenant_id`;
Write
Preview
Loading…
Cancel
Save