From ae98bd1ba586135ee8ed0fbfa66fb5260e9d918c Mon Sep 17 00:00:00 2001 From: cuiliang Date: Tue, 26 Sep 2017 23:13:15 -0500 Subject: [PATCH] Update runtime-sessions-cookies.md --- docs/guide-zh-CN/runtime-sessions-cookies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide-zh-CN/runtime-sessions-cookies.md b/docs/guide-zh-CN/runtime-sessions-cookies.md index ee778f92e4..b4cbe19dff 100644 --- a/docs/guide-zh-CN/runtime-sessions-cookies.md +++ b/docs/guide-zh-CN/runtime-sessions-cookies.md @@ -178,7 +178,7 @@ CREATE TABLE session 例如,如果 `session.hash_function=sha256` , 应使用长度为64而不是40的char类型。 -Alternatively, this can be accomplished with the following migration: +或者,可以通过以下迁移完成: ```php