mirror of
https://github.com/beego/bee.git
synced 2024-11-22 05:00:54 +00:00
fix tag description,add tag description by getting database table information column comment
This commit is contained in:
parent
f657d22fc7
commit
f5471680e4
@ -182,7 +182,7 @@ type OrmTag struct {
|
|||||||
RelFk bool
|
RelFk bool
|
||||||
ReverseMany bool
|
ReverseMany bool
|
||||||
RelM2M bool
|
RelM2M bool
|
||||||
Comment string //字段注解
|
Comment string //column comment
|
||||||
}
|
}
|
||||||
|
|
||||||
// String returns the source code string for the Table struct
|
// String returns the source code string for the Table struct
|
||||||
|
Loading…
Reference in New Issue
Block a user