mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +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{}
|