We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
err = conn.Db.Migrator().DropTable(&a) if err != nil { return }
跟踪到sql执行的是
DROP TABLE IF EXISTS "AppDict"
The text was updated successfully, but these errors were encountered:
SQL Server 2016 支持这个语法
Sorry, something went wrong.
jinzhu
No branches or pull requests
跟踪到sql执行的是
The text was updated successfully, but these errors were encountered: