From 4cdec08cc916e6a731419b2368fc42d0f6716ba5 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 27 Sep 2013 10:30:34 +0800 Subject: [PATCH] doc improved --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index eb4e689b..0eeab206 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,21 @@ Another is use field tag, field tag support the below keywords which split with -this field is not map as a table column + + + ->this field only write to db and not read from db + + + <-this field only read from db and not write to db + + + createdthis field will auto fill current time when insert + + + updatedthis field will auto fill current time when update + + + default 0 or default 'abc'default value, use single quote for string