```go err = conn.Db.Migrator().DropTable(&a) if err != nil { return } ``` 跟踪到sql执行的是 ```sql DROP TABLE IF EXISTS "AppDict" ```