TableEngine 获取数据使用的引擎.
()
| 51 | |
| 52 | // TableEngine 获取数据使用的引擎. |
| 53 | func (m *Member) TableEngine() string { |
| 54 | return "INNODB" |
| 55 | } |
| 56 | |
| 57 | func (m *Member) TableNameWithPrefix() string { |
| 58 | return conf.GetDatabasePrefix() + m.TableName() |
nothing calls this directly
no outgoing calls
no test coverage detected