mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
ent/gen: add support for external tempaltes execution
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/30 Reviewed By: dlvhdr Differential Revision: D17318127 fbshipit-source-id: eccc2963f648296e222de9d002ab3caa8fac1389
This commit is contained in:
committed by
Facebook Github Bot
parent
7dfe3c174c
commit
6915b13d25
@@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// TypeTable holds the table name holding the type information.
|
||||
// TypeTable defines the table name holding the type information.
|
||||
TypeTable = "ent_types"
|
||||
// MaxTypes defines the max number of types can be created when
|
||||
// defining universal ids. The left 16-bits are reserved.
|
||||
|
||||
Reference in New Issue
Block a user