doc improved
This commit is contained in:
parent
7444be795b
commit
4cdec08cc9
15
README.md
15
README.md
|
@ -346,6 +346,21 @@ Another is use field tag, field tag support the below keywords which split with
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>-</td><td>this field is not map as a table column</td>
|
<td>-</td><td>this field is not map as a table column</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>-></td><td>this field only write to db and not read from db</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><-</td><td>this field only read from db and not write to db</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>created</td><td>this field will auto fill current time when insert</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>updated</td><td>this field will auto fill current time when update</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>default 0 or default 'abc'</td><td>default value, use single quote for string</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue