mirror of
https://github.com/langhuihui/monibuca.git
synced 2026-04-23 01:07:03 +08:00
5 lines
114 B
Go
5 lines
114 B
Go
package db
|
|
|
|
// AutoMigrations is a slice of models that need to be auto-migrated
|
|
var AutoMigrations []interface{}
|