Skip to content
On this page

archive_usages

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
usage_typetinyint UNSIGNED目标类型NO
usage_idbigint UNSIGNED目标主键 IDNO
archive_idint UNSIGNED参数 IDNO关联字段 archives > id
archive_valuetext参数值YES
is_privatetinyint UNSIGNED是否保密0NO0.否 / 1.是
plugin_unikeyvarchar(64)关联插件YES关联字段 plugins->unikey
哪个插件关联的
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

使用目标关联介绍

接口输出示例

json
{
    "archives": [
        {
            "code": "String / 标识码",
            "name": "String / 名称",
            "description": "String / 描述",
            "value": "String / 参数值",
        }
    ]
}

Released under the Apache-2.0 License