dialect/sql/schema: support setting default value expressions on id fields (#3089)

This commit is contained in:
Ariel Mashraki
2022-11-13 18:55:04 +02:00
committed by GitHub
parent 53bdc325c0
commit 891fc8fecf
24 changed files with 1839 additions and 9 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module entgo.io/ent
go 1.19
require (
ariga.io/atlas v0.8.2-0.20221108073928-ba5d4f596240
ariga.io/atlas v0.8.2-0.20221113160047-09851f798b12
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