mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-14 12:20:04 +08:00
feat: Add image field to CouponTemplate domain, database, and mapper.
This commit is contained in:
2
sql/add_coupon_image.sql
Normal file
2
sql/add_coupon_image.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- 优惠券模板表新增图片字段
|
||||
ALTER TABLE coupon_template ADD COLUMN image VARCHAR(500) DEFAULT NULL COMMENT '优惠券图片URL' AFTER description;
|
||||
Reference in New Issue
Block a user