()
| 21 | return "relationship" |
| 22 | } |
| 23 | func (m *Relationship) TableNameWithPrefix() string { |
| 24 | return conf.GetDatabasePrefix() + m.TableName() |
| 25 | } |
| 26 | |
| 27 | // TableEngine 获取数据使用的引擎. |
| 28 | func (m *Relationship) TableEngine() string { |
no test coverage detected