structure_03.14.sql 132 Bytes
ALTER TABLE `uc_user_tv`
ADD COLUMN `vis_user_id` bigint(20) NULL DEFAULT NULL COMMENT 'vis_user表主键' AFTER `platform_account`;