|
|
|
@ -778,7 +778,7 @@ create table sys_oss_config (
|
|
|
|
|
is_https char(1) default 'N' comment '是否https(Y=是,N=否)',
|
|
|
|
|
region varchar(255) default '' comment '域',
|
|
|
|
|
access_policy char(1) not null default '1' comment '桶权限类型(0=private 1=public 2=custom)',
|
|
|
|
|
status char(1) default '1' comment '状态(0=正常,1=停用)',
|
|
|
|
|
status char(1) default '1' comment '是否默认(0=是,1=否)',
|
|
|
|
|
ext1 varchar(255) default '' comment '扩展字段',
|
|
|
|
|
create_dept bigint(20) default null comment '创建部门',
|
|
|
|
|
create_by bigint(20) default null comment '创建者',
|
|
|
|
|