dialect/sql/schema: make WriteDriver friendlier (#3119)

Also, add a guide for writing and executing data migrations files.
This commit is contained in:
Ariel Mashraki
2022-11-27 13:27:15 +02:00
committed by GitHub
parent 2840921231
commit f7109f0274
20 changed files with 936 additions and 45 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module entgo.io/ent
go 1.19
require (
ariga.io/atlas v0.8.3-0.20221116151337-9e4e9cbf3baf
ariga.io/atlas v0.8.3
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/go-openapi/inflect v0.19.0
github.com/go-sql-driver/mysql v1.6.0