TableEngine 获取数据使用的引擎.
()
| 63 | |
| 64 | // TableEngine 获取数据使用的引擎. |
| 65 | func (m *Document) TableEngine() string { |
| 66 | return "INNODB" |
| 67 | } |
| 68 | |
| 69 | func (m *Document) TableNameWithPrefix() string { |
| 70 | return conf.GetDatabasePrefix() + m.TableName() |
nothing calls this directly
no outgoing calls
no test coverage detected