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