fix tag description,add tag description by getting database table information column comment

This commit is contained in:
hudangwei 2017-05-30 16:21:45 +08:00
parent f657d22fc7
commit f5471680e4
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ type OrmTag struct {
RelFk bool
ReverseMany bool
RelM2M bool
Comment string //字段注解
Comment string //column comment
}
// String returns the source code string for the Table struct