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