From 6a931085aeea091dd0c9d6369e107285b5038577 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 11 Sep 2013 17:03:01 +0800 Subject: [PATCH] improved QuickStart.md --- QuickStart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QuickStart.md b/QuickStart.md index c3deede3..1609c7c7 100644 --- a/QuickStart.md +++ b/QuickStart.md @@ -149,7 +149,7 @@ type User struct { ->这个Field将只写入到数据库而不从数据库读取 - <-这个Field将只从数据库读取,而不写入到数据库 + <-这个Field将只从数据库读取,而不写入到数据库 created这个Field将在Insert时自动赋值为当前时间