给租户增加有效期
This commit is contained in:
@@ -1198,6 +1198,6 @@ INSERT INTO `jsh_function` VALUES ('248', '030150', '调拨明细', '0301', '/re
|
||||
-- 给租户表加sku字段
|
||||
-- 给租户表移除单据数量限制字段
|
||||
-- --------------------------------------------------------
|
||||
alter table jsh_tenant add type varchar(1) DEFAULT '0' COMMENT '租户类型,0免费用户,1付费用户' after bills_num_limit;
|
||||
alter table jsh_tenant add type varchar(1) DEFAULT '0' COMMENT '租户类型,0免费租户,1付费租户' after bills_num_limit;
|
||||
alter table jsh_tenant drop column bills_num_limit;
|
||||
alter table jsh_tenant add expire_time datetime DEFAULT NULL COMMENT '到期时间' after create_time;
|
||||
Reference in New Issue
Block a user