表单安装 安装后最高可存放1000万+条数据
表字段预览 除系统字段外,yesapi_api数据库表 共有 16 个表字段
第 1-16 条, 共 16 条.
| 字段名称 | 字段类型 | 字段默认值 | 是否允许为空 | 字段描述 | 索引 | 字段数据示例 |
|---|---|---|---|---|---|---|
| context_path | varchar(255) | 否 | the context_path | 无索引 | ||
| api_path | varchar(255) | 否 | the api_path | 无索引 | ||
| http_method | int(11) | 否 | 0-get,1-head,2-post,3-put,4-patch,5-delete,6-options,7-trace | 无索引 | ||
| consume | varchar(255) | 否 | consume content-type | 无索引 | ||
| produce | varchar(255) | 否 | produce content-type | 无索引 | ||
| version | varchar(255) | 否 | api version,for example V0.01 | 无索引 | ||
| rpc_type | varchar(64) | 否 | http,dubbo,sofa,tars,websocket,grpc | 无索引 | ||
| state | tinyint(4) | 否 | 0-unpublished,1-published,2-offline | 无索引 | ||
| ext | varchar(1024) | 否 | extended fields | 无索引 | ||
| api_owner | varchar(255) | 否 | api_owner | 无索引 | ||
| api_desc | varchar(1024) | 否 | the api description | 无索引 | ||
| api_source | int(11) | 否 | 0-swagger,1-annotation generation,2-create manually,3-import swagger,4-import yapi | 无索引 | ||
| document | text | 否 | complete documentation of the api, including request parameters and response parameters | 无索引 | ||
| document_md5 | char(32) | 否 | document_md5 | 无索引 | ||
| date_created | timestamp(3) | 是 | create time | 无索引 | ||
| date_updated | timestamp(3) | CURRENT_TIMESTAMP | 否 | update time | 无索引 | CURRENT_TIMESTAMP |
粤公网安备44011302002121号
|
