ent/schema: move schema packages into a separate package

Reviewed By: alexsn

Differential Revision: D16763332

fbshipit-source-id: e3e4279c62992de192464c3d3b1036c45687507c
This commit is contained in:
Ariel Mashraki
2019-08-12 07:49:05 -07:00
committed by Facebook Github Bot
parent 230e764b77
commit 108affa8dd
37 changed files with 55 additions and 53 deletions

View File

@@ -5,7 +5,7 @@ import (
"testing"
"fbc/ent/dialect/sql"
"fbc/ent/field"
"fbc/ent/schema/field"
"github.com/DATA-DOG/go-sqlmock"
"github.com/stretchr/testify/require"