go-gorm / playground

GORM Playground (Please Create PR for this project to report issues)
MIT License
88 stars 666 forks source link

test: sqlserver re-migrate column with default value #732

Open iTanken opened 2 months ago

iTanken commented 2 months ago

Explain your user case and expected results

ALTER TABLE "table_column_default" ALTER COLUMN "type" int DEFAULT 1 NULL

got error: mssql: 关键字 'DEFAULT' 附近有语法错误。