如何创建自动续订触发器?
我不知道如何创建自动续订触发器
这是我的桌子
create table VIP( VipID char(10) not null,
MemberID INT not null,
PackageID Char(10) not null,
Vip_Expire Date null,
DateofTransaction date null,
Paymentchannel Char(20) null
对于我来说,我需要在过期后自动更新VIP_expire。
[每次到期时更新30天]