added docs docs/AutoMap.md to describe how go type converted to database type
This commit is contained in:
parent
99c1cc6e91
commit
36c8d19ca1
|
@ -2,7 +2,7 @@ When a struct auto mapping to a database's table, the below table describes how
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td>go type
|
||||
<td>go type's kind
|
||||
</td>
|
||||
<td>value method</td>
|
||||
<td>xorm type
|
||||
|
|
Loading…
Reference in New Issue