This commit is contained in:
aozhiwei 2024-09-18 17:39:30 +08:00
parent a117b1410b
commit 13d0ce42be

View File

@ -420,6 +420,7 @@ CREATE TABLE `t_vip_user` (
`escec_balance` varchar(60) NOT NULL DEFAULT '' COMMENT 'esCec balance',
`escec_stacking` varchar(60) NOT NULL DEFAULT '' COMMENT 'esCec stacking',
`escec_convert` varchar(60) NOT NULL DEFAULT '' COMMENT 'esCec convert',
`escec_total` varchar(60) NOT NULL DEFAULT '' COMMENT 'esCec total',
`stacking_last_src_idx` bigint NOT NULL DEFAULT '0' COMMENT 'stacking_last_src_idx',
`escec_transfer_last_src_idx` bigint NOT NULL DEFAULT '0' COMMENT 'escec_transfer_last_src_idx',
`vester_deposit_last_src_idx` bigint NOT NULL DEFAULT '0' COMMENT 'vester_deposit_last_src_idx',