表单安装 安装后最高可存放1000万+条数据
表字段预览 除系统字段外,yesapi_discovery_upstream数据库表 共有 9 个表字段
第 1-9 条, 共 9 条.
| 字段名称 | 字段类型 | 字段默认值 | 是否允许为空 | 字段描述 | 索引 | 字段数据示例 |
|---|---|---|---|---|---|---|
| discovery_handler_id | varchar(128) | 否 | the discovery handler id | 无索引 | ||
| namespace_id | varchar(50) | 否 | namespace id | 无索引 | ||
| protocol | varchar(64) | 是 | for http, https, tcp, ws | 无索引 | ||
| upstream_url | varchar(64) | 否 | ip:port | 无索引 | ||
| upstream_status | int(11) | 否 | type (0, healthy, 1 unhealthy) | 无索引 | ||
| weight | int(11) | 否 | the weight for lists | 无索引 | ||
| props | text | 是 | the other field (json) | 无索引 | ||
| date_created | timestamp(3) | 是 | create time | 无索引 | ||
| date_updated | timestamp(3) | CURRENT_TIMESTAMP | 否 | update time | 无索引 | CURRENT_TIMESTAMP |
粤公网安备44011302002121号
|
