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