Commit f03275e1 authored by liuyang's avatar liuyang

修改数据库字段

parent c1f3bb7e
ALTER TABLE `org_surplus`
MODIFY COLUMN `product_type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '产品类型' AFTER `course_id`;
ALTER TABLE `org_user_receive_record`
MODIFY COLUMN `product_type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '产品类型' AFTER `user_id`;
ALTER TABLE `product_order`
MODIFY COLUMN `product_type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '产品类型(个人包月、企业包月、付费点播)' AFTER `org_id`;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment