feat: ent update fields.

This commit is contained in:
tx7do
2023-11-08 18:17:47 +08:00
parent d65e7bb928
commit 093172ebca
3 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
package update
package entgo
import (
"entgo.io/ent/dialect/sql"

View File

@@ -1,10 +1,12 @@
package update
package entgo
import (
"testing"
"entgo.io/ent/dialect"
"entgo.io/ent/dialect/sql"
"github.com/stretchr/testify/require"
"testing"
)
func TestBuildSetNullUpdate(t *testing.T) {