TableEngine 获取数据使用的引擎.
()
| 37 | |
| 38 | // TableEngine 获取数据使用的引擎. |
| 39 | func (m *Logger) TableEngine() string { |
| 40 | return "INNODB" |
| 41 | } |
| 42 | func (m *Logger) TableNameWithPrefix() string { |
| 43 | return conf.GetDatabasePrefix() + m.TableName() |
| 44 | } |
nothing calls this directly
no outgoing calls
no test coverage detected