mirror of
https://github.com/ent/ent.git
synced 2026-04-30 22:50:54 +03:00
doc: add missing import to fields example
Reviewed By: alexsn Differential Revision: D18058307 fbshipit-source-id: 752b8dc1c5f97947ce59d79c1ed27e57b2a216f7
This commit is contained in:
committed by
Facebook Github Bot
parent
4d835b6d6f
commit
17cd619c2a
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user