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 |
+
+
+ | created | this field will auto fill current time when insert |
+
+
+ | updated | this field will auto fill current time when update |
+
+
+ | default 0 or default 'abc' | default value, use single quote for string |