TableEngine 获取数据使用的引擎.
()
| 24 | |
| 25 | // TableEngine 获取数据使用的引擎. |
| 26 | func (m *MemberToken) TableEngine() string { |
| 27 | return "INNODB" |
| 28 | } |
| 29 | |
| 30 | func (m *MemberToken) TableNameWithPrefix() string { |
| 31 | return conf.GetDatabasePrefix() + m.TableName() |
nothing calls this directly
no outgoing calls
no test coverage detected