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