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