From 1b302cf8df441e6554422344c384f9e1b1b05dda Mon Sep 17 00:00:00 2001 From: Ernest He Date: Tue, 15 Jan 2019 17:47:23 +0800 Subject: [PATCH] fix style issue of scheam description --- cloud-function/node-sdk/schema/create-record.md | 2 +- js-sdk/schema/create-record.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-function/node-sdk/schema/create-record.md b/cloud-function/node-sdk/schema/create-record.md index c232b9da..f5950c39 100755 --- a/cloud-function/node-sdk/schema/create-record.md +++ b/cloud-function/node-sdk/schema/create-record.md @@ -249,7 +249,7 @@ record.save() ## 添加 pointer 类型数据 > **info** -> 每张表最多能建立 3 个 pointer 类型的字段,如有更多需求,请提交工单说明 +> 每张表最多能建立 3 个 pointer 类型的字段,如有更多需求,请提交工单说明 > pointer 指向的数据表,不能改名或删除 diff --git a/js-sdk/schema/create-record.md b/js-sdk/schema/create-record.md index cad4921b..aaabb06d 100755 --- a/js-sdk/schema/create-record.md +++ b/js-sdk/schema/create-record.md @@ -286,7 +286,7 @@ record.save() ### 添加 pointer 类型数据 (SDK >= 1.10.0) > **info** -> 每张表最多能建立 3 个 pointer 类型的字段。如有更多需求,请提交工单说明 +> 每张表最多能建立 3 个 pointer 类型的字段。如有更多需求,请提交工单说明 > pointer 指向的数据表,不能改名或删除 假设现在有一张 Article 表, Article 表部分字段如下: