mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
Summary: Pull Request resolved: https://github.com/facebookexternal/fbc/pull/1229 Reviewed By: alexsn Differential Revision: D16539934 fbshipit-source-id: b3a8bf1f1be6f65ad3f649cd921ea20fc24182bf
19 lines
422 B
Go
19 lines
422 B
Go
// Code generated (@generated) by entc, DO NOT EDIT.
|
|
|
|
package group
|
|
|
|
const (
|
|
// Label holds the string label denoting the group type in the database.
|
|
Label = "group"
|
|
// FieldID holds the string denoting the id field in the database.
|
|
FieldID = "id"
|
|
|
|
// Table holds the table name of the group in the database.
|
|
Table = "groups"
|
|
)
|
|
|
|
// Columns holds all SQL columns are group fields.
|
|
var Columns = []string{
|
|
FieldID,
|
|
}
|