From d8b898f3731ef4b00d94afdc5ea7f99ee88c5fa1 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 11 Sep 2013 17:11:40 +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 653c50b9..aeeabc46 100644 --- a/QuickStart.md +++ b/QuickStart.md @@ -158,7 +158,7 @@ type User struct { updated这个Field将在Insert或Update时自动赋值为当前时间 - default 0设置默认值,紧跟的内容如过是Varchar等需要加上单引号 + default 0设置默认值,紧跟的内容如果是Varchar等需要加上单引号