表单安装 安装后最高可存放1000万+条数据

可修改为自己的表单名称(英名)。

中文表单描述。

表字段预览 除系统字段外,yesapi_param数据库表 共有 9 个表字段

第 1-9 条, 共 9 条.
字段名称字段类型字段默认值是否允许为空字段描述索引字段数据示例
api_idvarchar(128)the api id无索引
model_idvarchar(128)the model id, empty if not a model无索引
yesapi_param_typeint(11)0-requestPathVariable,1-requestUrlParam,2-requestHeader,3-requestBody,4-responseHeader,5-responseBody无索引
yesapi_param_namevarchar(255)the param name无索引
param_descvarchar(1024)the param description无索引
is_requiredtinyint(4)whether to require (0 not required, 1 required)无索引
extvarchar(1024)extended fields无索引
date_createdtimestamp(3)create time无索引
date_updatedtimestamp(3)CURRENT_TIMESTAMPupdate time无索引CURRENT_TIMESTAMP

免费数据库

回到顶部 ↑