修复表【WeChatTransactionComponentOrder】微信交易订单,表增加【paymentId】字段。
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE [dbo].[WeChatTransactionComponentOrder] ADD [paymentId] NVARCHAR (50) NULL;
|
||||
|
||||
GO
|
||||
EXECUTE sp_addextendedproperty @name = N'MS_Description', @value = N'支付单序列', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'WeChatTransactionComponentOrder', @level2type = N'COLUMN', @level2name = N'paymentId';
|
||||
Reference in New Issue
Block a user