TableEngine 获取数据使用的引擎.
()
| 26 | |
| 27 | // TableEngine 获取数据使用的引擎. |
| 28 | func (m *Relationship) TableEngine() string { |
| 29 | return "INNODB" |
| 30 | } |
| 31 | |
| 32 | // 联合唯一键 |
| 33 | func (u *Relationship) TableUnique() [][]string { |
nothing calls this directly
no outgoing calls
no test coverage detected