doc: add missing import to fields example

Reviewed By: alexsn

Differential Revision: D18058307

fbshipit-source-id: 752b8dc1c5f97947ce59d79c1ed27e57b2a216f7
This commit is contained in:
Ariel Mashraki
2019-10-22 01:30:12 -07:00
committed by Facebook Github Bot
parent 4d835b6d6f
commit 17cd619c2a

View File

@@ -55,11 +55,13 @@ The following types are currently supported by the framework:
- `Enum` (only supported by SQL dialects).
<br/>
```go
package schema
import (
"time"
"net/url"
"github.com/facebookincubator/ent"
"github.com/facebookincubator/ent/schema/field"