diff --git a/orm_test.go b/orm_test.go index f21cc47..08b0a77 100644 --- a/orm_test.go +++ b/orm_test.go @@ -126,6 +126,7 @@ func setup() error { Dialect: orm.Dialects.SQLite3, Entities: []orm.Entity{&Post{}, &Comment{}, &Category{}, &HeaderPicture{}}, ValidateTablesExistence: true, + ValidateTablesSchemas: true, }) }